X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FTest%2FSystem.Web%2FChangeLog;h=d2dcf223779108a6263d88b30600d8c37f7eb864;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=bf44f462db2fad306badae4c80a0ec0b17ee2cf0;hpb=bbad701742ed9a5fc54accfcc5dc4cbb2d3c6026;p=mono.git diff --git a/mcs/class/System.Web/Test/System.Web/ChangeLog b/mcs/class/System.Web/Test/System.Web/ChangeLog index bf44f462db2..d2dcf223779 100644 --- a/mcs/class/System.Web/Test/System.Web/ChangeLog +++ b/mcs/class/System.Web/Test/System.Web/ChangeLog @@ -1,3 +1,90 @@ +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