| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- 2009-08-25 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #323719
- 2009-08-18 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #525104 and
- improved test for bug #517656
- 2009-07-08 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #520024
- 2009-07-06 Raja R Harinath <[email protected]>
- * TemplateControlCompilerTest.cs (InvalidPropertyBindTest1):
- Don't use 'typeof' on a System.Web internal exception type.
- (InvalidPropertyBindTest3): Likewise.
- 2009-06-30 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #517656
- 2009-06-04 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #508888
- 2009-05-10 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added a test for expressions in
- list control items.
- 2009-04-28 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #498637
- 2009-04-16 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added test for bug #493639
- 2008-12-08 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added another valid Bind
- expression test.
- 2008-12-01 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: Added test for bug #449970
- 2008-11-21 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: added simple data source for
- Bind tests.
- Added 8 tests for valid and invalid Bind expressions.
- 2008-10-09 Marek Habersack <[email protected]>
- * TemplateControlCompilerTest.cs: compile the file on 1.1 as well.
- Added a test for template parsing in compound controls.
- 2008-02-08 Gert Driesen <[email protected]>
- * AppSettingsExpressionBuilderTest.cs: Added and improved tests for
- GetAppSetting overloads.
- 2007-12-23 Vladimir Krasnov <[email protected]>
- * added AppSettingsExpressionBuilderTest.cs
- 2006-06-21 Andrew Skiba <[email protected]>
- * TemplateControlCompilerTest.cs: NunitWeb refactoring
- 2006-06-18 Andrew Skiba <[email protected]>
- * TemplateControlCompilerTest.cs: new test.
- 2006-01-20 Chris Toshok <[email protected]>
- * ClientBuildManagerParameterTest.cs: new test.
|