[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web / ChangeLog
index c186bf95ae83f266d9f480098a6996987466ae56..d2dcf223779108a6263d88b30600d8c37f7eb864 100644 (file)
@@ -1,3 +1,188 @@
+2010-03-20  Marek Habersack  <mhabersack@novell.com>
+
+       * XmlSiteMapProviderTest.cs: AreEqual should have expected result first
+       and actual next - swapped parameters in RootNode_2_OnLoad
+
+2009-11-16  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpContext.cs: added some tests for RewritePath
+
+2009-11-09  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpCookieTest.cs: added test for bug #553063
+
+       * HttpCookieCollectionTest.cs: added test for bug #553150
+
+2009-09-07  Marek Habersack  <mhabersack@novell.com>
+
+       * XmlSiteMapProviderTest.cs: added
+
+       * StaticSiteMapProviderTest.cs: added test for FindSiteMapNode
+
+2009-07-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <mhabersack@novell.com>
+
+       * HttpUtilityTest.cs: added test for bug #507666
+
+2009-03-26  Marek Habersack  <mhabersack@novell.com>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * 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 <dean@brettle.com>
+
+       * 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 <dean@brettle.com>
+
+       * 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 <dean@brettle.com> 
+
+       * 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  <js@hotfeet.ch>
+
+       * HttpRequestTest.cs (TestReferer): added test for invalid referer url.
+
+2008-01-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HttpCookieTest.cs: Added HttpOnly test cases.
+
+2007-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HttpCookieCollectionTest.cs: Added test for string indexer and
+       Get (String) overload.
+
+2007-11-23  Daniel Nauck  <dna@mono-project.de>
+
+       * TraceContextRecordTest.cs: added
+
+2007-11-22  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpCacheVaryByContentEncodingsTest.cs: added
+
+2007-11-17  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpResponseTest.cs: added a simple test for AddFileDep*
+       methods, for bug #342511
+
+2007-11-05  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpRequestTest.cs: added a test for case when the query string
+       is null.
+
+2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * HttpUtilityTest.cs: added new test.
+
+2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * HttpUtilityTest.cs: make test pass on .NET.
+
+2007-08-27  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpCookieTest.cs: the ToStringTest works now.
+
+2007-07-30 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * HttpResponseTest.cs: Test_Response, TestResponse_Chunked marked as
+       NotWorking in GH
+
+2007-04-23 Joshua Tauberer <jit@occams.info>
+
+       * HttpRequestTest.cs: Added test EmptyQueryValueParams.
+
+2007-04-11 Gert Driesen <drieseng@users.sourceforge.net>
+
+       * HttpCookieTest.cs: Added test for bug #81333.
+
+2007-03-18 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * VirtualPathUtilityTest.cs: new tests, removed dublicated test.
+
+2007-03-18 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * VirtualPathUtilityTest.cs: new tests.
+
+2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * VirtualPathUtilityTest.cs: new tests.
+
+2007-03-06 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * StaticSiteMapProviderTest.cs: removed NotWorking attributes..
+
+2007-01-15 Ilya Kharmatsky  <ilya -at- decode-systems.com>
+
+       * VirtualPathUtilityTest.cs: fixed introduced by previous patch
+       bug, which used not supported in mono's nunit function 
+        'Assert.IsNotEmpty'
+
+2007-01-15 Ilya Kharmatsky  <ilya -at- decode-systems.com>
+       
+       * 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 <igorz@mainsoft.com>
+
+       * StaticSiteMapProviderTest.cs: new tests added.
+
+2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * StaticSiteMapProviderTest.cs: removed NotWorking attributes.
+
+2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * VirtualPathUtilityTest.cs: new tests added.
+
+2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * VirtualPathUtilityTest.cs: new tests added.
+
+2006-12-11  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * StaticSiteMapProviderTest.cs: added NotWorking attributes.
+
+2006-12-05  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * VirtualPathUtilityTest.cs: new tests added.
+
 2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
 
        * StaticSiteMapProviderTest.cs: fixed NunitWeb tests.