New test.
[mono.git] / mcs / class / System.Web / Test / System.Web / ChangeLog
index 45055d5401aa6fdadc634f7823227c95e5b6e6b9..28c087fe7c54d5bf2325830792a999fab12bd0aa 100644 (file)
@@ -1,3 +1,39 @@
+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