X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FTest%2FSystem.Web%2FChangeLog;h=d2dcf223779108a6263d88b30600d8c37f7eb864;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=c186bf95ae83f266d9f480098a6996987466ae56;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/class/System.Web/Test/System.Web/ChangeLog b/mcs/class/System.Web/Test/System.Web/ChangeLog index c186bf95ae8..d2dcf223779 100644 --- a/mcs/class/System.Web/Test/System.Web/ChangeLog +++ b/mcs/class/System.Web/Test/System.Web/ChangeLog @@ -1,3 +1,188 @@ +2010-03-20 Marek Habersack + + * XmlSiteMapProviderTest.cs: AreEqual should have expected result first + and actual next - swapped parameters in RootNode_2_OnLoad + +2009-11-16 Marek Habersack + + * HttpContext.cs: added some tests for RewritePath + +2009-11-09 Marek Habersack + + * HttpCookieTest.cs: added test for bug #553063 + + * HttpCookieCollectionTest.cs: added test for bug #553150 + +2009-09-07 Marek Habersack + + * XmlSiteMapProviderTest.cs: added + + * StaticSiteMapProviderTest.cs: added test for FindSiteMapNode + +2009-07-13 Gert Driesen + + * HttpResponseTest.cs: Store data from all calls to + SendResponseFromMemory. Fixed ClearHeaders test to pass on MS. Added + several tests for outputstream of HttpResponse. + +2009-05-28 Marek Habersack + + * HttpUtilityTest.cs: added test for bug #507666 + +2009-03-26 Marek Habersack + + * HttpResponseTest.cs: enabled the WriteHeader test. Modified the + part where it checks the values of the headers - order in which + the headers are sent does not matter. Partial fix for bug #488702 + FakeHttpWorkerRequest2 stores the sent (un)known headers in hash + tables now. + +2009-03-25 Gert Driesen + + * HttpResponseTest.cs: Added tests for bug #485557 and #488702. + Return meaningful value for GetUriPath () in FakeHttpWorkerRequest2 + to allow tests to pass on MS. + +2008-07-25 Dean Brettle + + * AppBrowsersTest.cs: Added tests for bug where capabilities + containing literal $ or % were dropped. Added test for bug + where capabilities with multiple $ substitutions only + had one applied. + +2008-03-23 Dean Brettle + + * AppBrowsersTest.cs: added tests to ensure browscap.ini + etc/mono/2.0/Browsers/Compat.browser are being used when there + are App_Browser/*.browser files. + +2008-03-09 Dean Brettle + + * AppBrowsersTest.cs: added. Includes tests for Control.Adapter, + Control.ResolveAdapter, Control.TagWriter, and + Control.CreateHtmlTextWriter, when using App_Browsers/*.browser files. + AppBrowsersTest is currently tagged [Ignore], pending a fix for + bug #351878. + + * HttpRuntimeTest.cs: added. Includes test for + HttpRuntime.UnloadAppDomain(). Marked [Ignore], pending a fix for + bug #351878. + +2008-01-16 Juraj Skripsky + + * HttpRequestTest.cs (TestReferer): added test for invalid referer url. + +2008-01-14 Sebastien Pouliot + + * HttpCookieTest.cs: Added HttpOnly test cases. + +2007-12-19 Gert Driesen + + * HttpCookieCollectionTest.cs: Added test for string indexer and + Get (String) overload. + +2007-11-23 Daniel Nauck + + * TraceContextRecordTest.cs: added + +2007-11-22 Marek Habersack + + * HttpCacheVaryByContentEncodingsTest.cs: added + +2007-11-17 Marek Habersack + + * HttpResponseTest.cs: added a simple test for AddFileDep* + methods, for bug #342511 + +2007-11-05 Marek Habersack + + * HttpRequestTest.cs: added a test for case when the query string + is null. + +2007-10-30 Igor Zelmanovich + + * HttpUtilityTest.cs: added new test. + +2007-10-30 Igor Zelmanovich + + * HttpUtilityTest.cs: make test pass on .NET. + +2007-08-27 Marek Habersack + + * HttpCookieTest.cs: the ToStringTest works now. + +2007-07-30 Vladimir Krasnov + + * HttpResponseTest.cs: Test_Response, TestResponse_Chunked marked as + NotWorking in GH + +2007-04-23 Joshua Tauberer + + * HttpRequestTest.cs: Added test EmptyQueryValueParams. + +2007-04-11 Gert Driesen + + * HttpCookieTest.cs: Added test for bug #81333. + +2007-03-18 Igor Zelmanovich + + * VirtualPathUtilityTest.cs: new tests, removed dublicated test. + +2007-03-18 Igor Zelmanovich + + * VirtualPathUtilityTest.cs: new tests. + +2007-03-15 Igor Zelmanovich + + * VirtualPathUtilityTest.cs: new tests. + +2007-03-06 Igor Zelmanovich + + * StaticSiteMapProviderTest.cs: removed NotWorking attributes.. + +2007-01-15 Ilya Kharmatsky + + * VirtualPathUtilityTest.cs: fixed introduced by previous patch + bug, which used not supported in mono's nunit function + 'Assert.IsNotEmpty' + +2007-01-15 Ilya Kharmatsky + + * VirtualPathUtility.cs : + - ToAbsoluteXXX (where XXX are numbers between 1-7) tests + transformed to WebTest - since the real-life scenarios + for those tests are in web context. + - Removed NotWorking attributes - fixed bugs in + VirtualPathUtility - GetDirectory and GetExtension, and + moving ToAbsoluteXXX test to web tests. + - MakeRelative5 test has been splatted to 2 different tests + - added MakeRelative6 + - Removed 'TARGET_JVM' directives + +2006-12-12 Igor Zelmanovich + + * StaticSiteMapProviderTest.cs: new tests added. + +2006-12-12 Igor Zelmanovich + + * StaticSiteMapProviderTest.cs: removed NotWorking attributes. + +2006-12-12 Igor Zelmanovich + + * VirtualPathUtilityTest.cs: new tests added. + +2006-12-12 Igor Zelmanovich + + * VirtualPathUtilityTest.cs: new tests added. + +2006-12-11 Igor Zelmanovich + + * StaticSiteMapProviderTest.cs: added NotWorking attributes. + +2006-12-05 Igor Zelmanovich + + * VirtualPathUtilityTest.cs: new tests added. + 2006-11-29 Igor Zelmanovich * StaticSiteMapProviderTest.cs: fixed NunitWeb tests.