svn path=/branches/mono-1-1-9/mcs/; revision=51216
[mono.git] / mcs / class / System.Web / Test / System.Web / ChangeLog
1 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * HttpContextCas.cs: New. CAS unit tests for SkipAuthorization and
4         User property setters.
5
6 2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
8         * HttpRequestTest.cs: test for negative content length.
9
10 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
11
12         * HttpClientCertificateTest.cs: Most of the test throws a 
13         ArgumentNullException on MS 1.x implementation - even for getting 
14         properties. Mono only support the 2.0 (right) behaviour so we're
15         skipping the tests on 1.1.
16
17 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * HttpContext.cs: Added test case for using the .ctor with a null
20         HttpWorkerRequest.
21
22 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * HttpRequestTest.cs: test for MapImageCoordinates.
25
26 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27
28         * HttpRequestTest.cs: test for UserLanguages.
29
30 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
31
32         * HttpRequestTest.cs: new test for AcceptTypes property.
33
34 2005-08-10  Sebastien Pouliot  <sebastien@ximian.com> 
35  
36         * HttpClientCertificateTest.cs: Unit tests for HttpClientCertificate.
37
38 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
39
40         * HttpResponseTest.cs: added tests for Status, StatusDescription and
41         StatusCode.
42
43 2005-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
44
45         * HttpRequestTest.cs: test case to ensure that the first variable in 
46         the query string does not get a wrong name.
47
48 2005-07-21  Chris Toshok  <toshok@ximian.com>
49
50         * HttpCookieCollectionTest.cs: fix warnings.
51
52 2005-07-18  Chris Toshok  <toshok@ximian.com>
53
54         * HttpCacheVaryByParamsTest.cs: rework these tests a bit.
55
56         * HttpCacheVaryByHeadersTest.cs: add case sensitivity check.
57
58 2005-07-15  Chris Toshok  <toshok@ximian.com>
59
60         * HttpCookieCollectionTest.cs: tests for
61         System.Web.HttpCookieCollection
62
63 2005-07-15  Chris Toshok  <toshok@ximian.com>
64
65         * HttpCookieTest.cs: add a subkeys-only test.
66
67 2005-07-15  Chris Toshok  <toshok@ximian.com>
68
69         * HttpCookieTest.cs: new tests for S.W.HttpCookie.
70
71 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * HttpUtilityTest.cs: Use Assert.Fail (and not Assertion.Fail) to 
74         remove warning from compiler (obsolete).
75
76 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
77
78         * HttpUtilityTest.cs: added one more test.
79
80 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
81
82         * HttpUtilityTest.cs: new test for extra '0'.
83
84 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
85
86         * HttpUtilityTest.cs: new tests.
87
88 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * HttpUtilityTest.cs : test for url decode.
91
92 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com> 
93  
94         * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
95         (fixed now) but didn't affect Mono.
96
97 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com>
98
99         * HttpRequestTest.cs: New. Test that ValidateInput throw exceptions
100         when expected.
101         * HttpServerUtilityTest.cs: New. Test for possible XSS when using 
102         HtmlEncode.
103         * HttpUtilityTest.cs: New. Test for possible XSS when using 
104         HtmlEncode.