2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / Test / System.Web / ChangeLog
1 2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * HttpResponseTest.cs: added tests for CacheControl that set it to null
4         and string.Empty.
5
6 2006-03-10  Chris Toshok  <toshok@ximian.com>
7
8         * StaticSiteMapProviderTest.cs: new tests.
9
10         * SiteMapProviderTest.cs: new tests.
11
12 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * VirtualPathUtilityTest.cs: added new tests.
15
16 2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17
18         * HttpRequestTest.cs: ignore test.
19
20 2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21
22         * HttpCookieTest.cs: test for setting the Secure property.
23
24 2005-11-07  Jason Diamond  <jason@diamond.name>
25
26         * HttpRequestTest.cs: Added new tests.
27
28 2005-11-01  Chris Toshok  <toshok@ximian.com>
29
30         * VirtualPathUtilityTest.cs: new tests.
31
32 2005-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * HttpResponseCas.cs:
35         * HttpRequestCas.cs: now that filters are implemented, remove the catch
36         for NotImplementedException.
37
38 2005-09-29  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * HttpBrowserCapabilitiesCas.cs: Fixed tests case to work with both
41         values returned by Mono and MS runtimes.
42         * HttpContextCas.cs: Ignore the Application_Deny_UnmanagedCode test 
43         case. This check was removed in 2.0 and seems to be inconsistent in
44         previous versions (i.e. depends on the execution order which triggers
45         the initialization of the HttpRuntime).
46
47 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * HttpContextCas.cs: Mono throws ArgumentNullException for RewritePath
50         methods while MS throws NullReferenceException.
51
52 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * HttpCachePolicyCas.cs: SetDiskCacheable method was removed in 2.0 RC
55
56 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
57
58         * HttpRequestTest.cs: Fixed test cases so they now execute without 
59         errors on MS 1.1 SP1, 2.0 RC and Mono (default profile).
60
61 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com>
62
63         * HttpWorkerRequestTest.cs: Add test cases for default values of new
64         2.0 APIs.
65
66 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * HttpApplicationCas.cs: New. CAS unit tests.
69         * HttpApplicationStateCas.cs: New. CAS unit tests.
70         * HttpBrowserCapabilitiesCas.cs: New. CAS unit tests.
71         * HttpCachePolicyCas.cs: New. CAS unit tests.
72         * HttpCacheVaryByHeadersCas.cs: New. CAS unit tests.
73         * HttpCacheVaryByParamsCas.cs: New. CAS unit tests.
74         * HttpClientCertificateCas.cs: New. CAS unit tests.
75         * HttpCompileExceptionCas.cs: New. CAS unit tests.
76         * HttpContextCas.cs: Add method/propertie CAS tests cases.
77         * HttpCookieCas.cs: New. CAS unit tests.
78         * HttpCookieCollectionCas.cs: New. CAS unit tests.
79         * HttpExceptionCas.cs: New. CAS unit tests.
80         * HttpFileCollectionCas.cs: New. CAS unit tests.
81         * HttpModuleCollectionCas.cs: New. CAS unit tests.
82         * HttpParseExceptionCas.cs: New. CAS unit tests.
83         * HttpRequestCas.cs: New. CAS unit tests.
84         * HttpRequestValidationExceptionCas.cs: New. CAS unit tests.
85         * HttpResponseCas.cs: New. CAS unit tests.
86         * HttpRuntimeCas.cs: New. CAS unit tests.
87         * HttpServerUtilityCas.cs: New. CAS unit tests.
88         * HttpStaticObjectsCollectionCas.cs: New. CAS unit tests.
89         * HttpUnhandledExceptionCas.cs: New. CAS unit tests.
90         * HttpUtilityCas.cs: New. CAS unit tests.
91         * HttpWorkerRequestCas.cs: New. CAS unit tests.
92         * HttpWriterCas.cs: New. CAS unit tests.
93         * ProcessInfoCas.cs: New. CAS unit tests.
94         * ProcessModelInfoCas.cs: New. CAS unit tests.
95         * TraceContextCas.cs: New. CAS unit tests.
96
97 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
98
99         * HttpContextCas.cs: New. CAS unit tests for SkipAuthorization and
100         User property setters.
101
102 2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
103
104         * HttpRequestTest.cs: test for negative content length.
105
106 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
107
108         * HttpClientCertificateTest.cs: Most of the test throws a 
109         ArgumentNullException on MS 1.x implementation - even for getting 
110         properties. Mono only support the 2.0 (right) behaviour so we're
111         skipping the tests on 1.1.
112
113 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
114
115         * HttpContext.cs: Added test case for using the .ctor with a null
116         HttpWorkerRequest.
117
118 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
119
120         * HttpRequestTest.cs: test for MapImageCoordinates.
121
122 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
123
124         * HttpRequestTest.cs: test for UserLanguages.
125
126 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
127
128         * HttpRequestTest.cs: new test for AcceptTypes property.
129
130 2005-08-10  Sebastien Pouliot  <sebastien@ximian.com> 
131  
132         * HttpClientCertificateTest.cs: Unit tests for HttpClientCertificate.
133
134 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
135
136         * HttpResponseTest.cs: added tests for Status, StatusDescription and
137         StatusCode.
138
139 2005-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
140
141         * HttpRequestTest.cs: test case to ensure that the first variable in 
142         the query string does not get a wrong name.
143
144 2005-07-21  Chris Toshok  <toshok@ximian.com>
145
146         * HttpCookieCollectionTest.cs: fix warnings.
147
148 2005-07-18  Chris Toshok  <toshok@ximian.com>
149
150         * HttpCacheVaryByParamsTest.cs: rework these tests a bit.
151
152         * HttpCacheVaryByHeadersTest.cs: add case sensitivity check.
153
154 2005-07-15  Chris Toshok  <toshok@ximian.com>
155
156         * HttpCookieCollectionTest.cs: tests for
157         System.Web.HttpCookieCollection
158
159 2005-07-15  Chris Toshok  <toshok@ximian.com>
160
161         * HttpCookieTest.cs: add a subkeys-only test.
162
163 2005-07-15  Chris Toshok  <toshok@ximian.com>
164
165         * HttpCookieTest.cs: new tests for S.W.HttpCookie.
166
167 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com>
168
169         * HttpUtilityTest.cs: Use Assert.Fail (and not Assertion.Fail) to 
170         remove warning from compiler (obsolete).
171
172 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
173
174         * HttpUtilityTest.cs: added one more test.
175
176 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
177
178         * HttpUtilityTest.cs: new test for extra '0'.
179
180 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
181
182         * HttpUtilityTest.cs: new tests.
183
184 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
185
186         * HttpUtilityTest.cs : test for url decode.
187
188 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com> 
189  
190         * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
191         (fixed now) but didn't affect Mono.
192
193 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com>
194
195         * HttpRequestTest.cs: New. Test that ValidateInput throw exceptions
196         when expected.
197         * HttpServerUtilityTest.cs: New. Test for possible XSS when using 
198         HtmlEncode.
199         * HttpUtilityTest.cs: New. Test for possible XSS when using 
200         HtmlEncode.