[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / ChangeLog
index d84da9349e8ae11b7386245250855194addc236d..e1f8ed657cea743edbaa1789cc20f54bd61b7547 100644 (file)
@@ -1,3 +1,37 @@
+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
+
+2009-07-08  Marek Habersack  <mhabersack@novell.com>
+
+       * WebTest.cs: added new public property - TestBaseDir, to be used
+       by code which needs to access the files in the work dir.
+
+2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
+
+       * WebTest.cs (Run): Use SystemWebTestShim.BuildManager.
+
 2009-07-03  Marek Habersack  <mhabersack@novell.com>
 
        * WebTestResourcesSetupAttribute.cs: added. Can be used to specify