X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FTest%2Fmainsoft%2FNunitWeb%2FNunitWeb%2FChangeLog;h=e1f8ed657cea743edbaa1789cc20f54bd61b7547;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=af162a929a0aed7cb1878373860e8eba6b4a2ead;hpb=04bfff9c532518a52a9fe5c90a7ed507936a50ac;p=mono.git diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog index af162a929a0..e1f8ed657ce 100644 --- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog +++ b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog @@ -1,3 +1,24 @@ +2010-04-07 Marek Habersack + + * 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 + + * WebTest.cs: test environment setup enhancements. Contributed by + Tiaan Geldenhuys , thanks! + + * TestRoleProvider.cs: added. Contributed by Tiaan Geldenhuys + , thanks! + +2009-11-04 Marek Habersack + + * WebTest.cs: include App_GlobalResources only when compiling + System.Web tests. + 2009-09-07 Marek Habersack * Tests/TestSiteMapProvider.cs: added