[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / ChangeLog
index af162a929a0aed7cb1878373860e8eba6b4a2ead..e1f8ed657cea743edbaa1789cc20f54bd61b7547 100644 (file)
@@ -1,3 +1,24 @@
+2010-04-07  Marek Habersack  <mhabersack@novell.com>
+
+       * WebTest.cs: introduced concept of prefixed resources and added
+       an API which handles them - CopyPrefixedResources. All the
+       manifest resource names are checked for match with the given
+       prefix, and all the matching ones are copied to the specified
+       subdirectory of the test directory.
+
+2010-02-11  Marek Habersack  <mhabersack@novell.com>
+
+       * WebTest.cs: test environment setup enhancements. Contributed by
+       Tiaan Geldenhuys <tagdev@gmail.com>, thanks! 
+
+       * TestRoleProvider.cs: added. Contributed by Tiaan Geldenhuys
+       <tagdev@gmail.com>, thanks!
+
+2009-11-04  Marek Habersack  <mhabersack@novell.com>
+
+       * WebTest.cs: include App_GlobalResources only when compiling
+       System.Web tests.
+
 2009-09-07  Marek Habersack  <mhabersack@novell.com>
 
        * Tests/TestSiteMapProvider.cs: added