ChangeLog 2.1 KB

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