New test.
[mono.git] / mcs / class / System.Web / Test / System.Web / ChangeLog
index 53e09eb50d502718a64126b04b305edb23d2bc6c..28c087fe7c54d5bf2325830792a999fab12bd0aa 100644 (file)
@@ -1,3 +1,80 @@
+2006-09-04 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * HttpUtilityTest.cs: new test added.
+
+2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpWriter.cs: call WriteString instead of Write. Fixes the test.
+
+2006-07-10  Andrew Skiba <andrews@mainsoft.com>
+
+       * StaticSiteMapProviderTest.cs: run 3 tests in web context,
+       so they don't fail on HttpContext.Current == null
+
+2006-07-06  Andrew Skiba <andrews@mainsoft.com>
+
+       * HttpRequestTest: add a test
+
+2006-07-05  Andrew Skiba <andrews@mainsoft.com>
+
+       * HttpRequestTest: add MapPath tests
+
+2006-06-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HttpWriter.cs: Fix test fixture not to inherit from 
+       AspNetHostingMinimal which limits the test execution when the CAS 
+       category isn't excluded.
+
+2006-06-05 Juraj Skripsky <js@hotfeet.ch>
+
+       * HttpRequestTest.cs: add test case to verify that the correct 
+       encoding is used during url-decoding of the query string.
+
+2006-05-17 Kazuki Oikawa <kazuki@panicode.com>
+
+       * HttpUtilityTest.cs: added tests for HttpUtility.ParseQueryString.
+
+2006-04-20 Andrew Skiba <andrews@mainsoft.com>
+
+       * SiteMapNodeTest.cs: new tests for null reference exceptions in SiteMapNode
+
+2006-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpUtilityTest.cs: new tests. Patch by Vladimir Krasnov.
+
+2006-04-05 Andrew Skiba <andrews@mainsoft.com>
+
+       * HttpUtilityTest.cs: test UrlEncode and UrlEncodeUnicode for all
+       values from char.MinValue to char.MaxValue according to reference
+       implementation.
+
+2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpUtilityTest.cs: test from bug #77931.
+
+2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpResponseTest.cs: added tests for CacheControl that set it to null
+       and string.Empty.
+
+2006-03-10  Chris Toshok  <toshok@ximian.com>
+
+       * StaticSiteMapProviderTest.cs: new tests.
+
+       * SiteMapProviderTest.cs: new tests.
+
+2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * VirtualPathUtilityTest.cs: added new tests.
+
+2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpRequestTest.cs: ignore test.
+
+2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpCookieTest.cs: test for setting the Secure property.
+
 2005-11-07  Jason Diamond  <jason@diamond.name>
 
        * HttpRequestTest.cs: Added new tests.