ChangeLog 2.3 KB

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