ChangeLog 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. 2010-01-19 Marek Habersack <[email protected]>
  2. * TemplateControlCompilerTest.cs: added test for bug #568631
  3. 2009-08-26 Marek Habersack <[email protected]>
  4. * TemplateControlCompilerTest.cs: added test for bug #400807
  5. 2009-08-25 Marek Habersack <[email protected]>
  6. * TemplateControlCompilerTest.cs: added test for bug #323719
  7. Added test for bug #367273
  8. 2009-08-18 Marek Habersack <[email protected]>
  9. * TemplateControlCompilerTest.cs: added test for bug #525104 and
  10. improved test for bug #517656
  11. 2009-07-08 Marek Habersack <[email protected]>
  12. * TemplateControlCompilerTest.cs: added test for bug #520024
  13. 2009-07-06 Raja R Harinath <[email protected]>
  14. * TemplateControlCompilerTest.cs (InvalidPropertyBindTest1):
  15. Don't use 'typeof' on a System.Web internal exception type.
  16. (InvalidPropertyBindTest3): Likewise.
  17. 2009-06-30 Marek Habersack <[email protected]>
  18. * TemplateControlCompilerTest.cs: added test for bug #517656
  19. 2009-06-04 Marek Habersack <[email protected]>
  20. * TemplateControlCompilerTest.cs: added test for bug #508888
  21. 2009-05-10 Marek Habersack <[email protected]>
  22. * TemplateControlCompilerTest.cs: added a test for expressions in
  23. list control items.
  24. 2009-04-28 Marek Habersack <[email protected]>
  25. * TemplateControlCompilerTest.cs: added test for bug #498637
  26. 2009-04-16 Marek Habersack <[email protected]>
  27. * TemplateControlCompilerTest.cs: added test for bug #493639
  28. 2008-12-08 Marek Habersack <[email protected]>
  29. * TemplateControlCompilerTest.cs: added another valid Bind
  30. expression test.
  31. 2008-12-01 Marek Habersack <[email protected]>
  32. * TemplateControlCompilerTest.cs: Added test for bug #449970
  33. 2008-11-21 Marek Habersack <[email protected]>
  34. * TemplateControlCompilerTest.cs: added simple data source for
  35. Bind tests.
  36. Added 8 tests for valid and invalid Bind expressions.
  37. 2008-10-09 Marek Habersack <[email protected]>
  38. * TemplateControlCompilerTest.cs: compile the file on 1.1 as well.
  39. Added a test for template parsing in compound controls.
  40. 2008-02-08 Gert Driesen <[email protected]>
  41. * AppSettingsExpressionBuilderTest.cs: Added and improved tests for
  42. GetAppSetting overloads.
  43. 2007-12-23 Vladimir Krasnov <[email protected]>
  44. * added AppSettingsExpressionBuilderTest.cs
  45. 2006-06-21 Andrew Skiba <[email protected]>
  46. * TemplateControlCompilerTest.cs: NunitWeb refactoring
  47. 2006-06-18 Andrew Skiba <[email protected]>
  48. * TemplateControlCompilerTest.cs: new test.
  49. 2006-01-20 Chris Toshok <[email protected]>
  50. * ClientBuildManagerParameterTest.cs: new test.