X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FTest%2FSystem.Web.Compilation%2FChangeLog;h=d059f5858afe5d4ae4db2cf3f952e37734f4b55c;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=12556d059a6e41f0141b9802829ea676440a41cf;hpb=9869ae24b88761ab261c4311e24f7383b4af3f02;p=mono.git diff --git a/mcs/class/System.Web/Test/System.Web.Compilation/ChangeLog b/mcs/class/System.Web/Test/System.Web.Compilation/ChangeLog index 12556d059a6..d059f5858af 100644 --- a/mcs/class/System.Web/Test/System.Web.Compilation/ChangeLog +++ b/mcs/class/System.Web/Test/System.Web.Compilation/ChangeLog @@ -1,3 +1,81 @@ +2010-01-19 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #568631 + +2009-08-26 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #400807 + +2009-08-25 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #323719 + Added test for bug #367273 + +2009-08-18 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #525104 and + improved test for bug #517656 + +2009-07-08 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #520024 + +2009-07-06 Raja R Harinath + + * TemplateControlCompilerTest.cs (InvalidPropertyBindTest1): + Don't use 'typeof' on a System.Web internal exception type. + (InvalidPropertyBindTest3): Likewise. + +2009-06-30 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #517656 + +2009-06-04 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #508888 + +2009-05-10 Marek Habersack + + * TemplateControlCompilerTest.cs: added a test for expressions in + list control items. + +2009-04-28 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #498637 + +2009-04-16 Marek Habersack + + * TemplateControlCompilerTest.cs: added test for bug #493639 + +2008-12-08 Marek Habersack + + * TemplateControlCompilerTest.cs: added another valid Bind + expression test. + +2008-12-01 Marek Habersack + + * TemplateControlCompilerTest.cs: Added test for bug #449970 + +2008-11-21 Marek Habersack + + * TemplateControlCompilerTest.cs: added simple data source for + Bind tests. + Added 8 tests for valid and invalid Bind expressions. + +2008-10-09 Marek Habersack + + * TemplateControlCompilerTest.cs: compile the file on 1.1 as well. + Added a test for template parsing in compound controls. + +2008-02-08 Gert Driesen + + * AppSettingsExpressionBuilderTest.cs: Added and improved tests for + GetAppSetting overloads. + +2007-12-23 Vladimir Krasnov + + * added AppSettingsExpressionBuilderTest.cs + 2006-06-21 Andrew Skiba * TemplateControlCompilerTest.cs: NunitWeb refactoring