ChangeLog 2.5 KB

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