New test.
[mono.git] / mcs / class / System.Web / Test / System.Web / ChangeLog
1 2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
2
3         * StaticSiteMapProviderTest.cs: fixed NunitWeb tests.
4
5 2006-11-05 Andrew Skiba <andrews@mainsoft.com>
6
7         * HttpWorkerRequestTest.cs: use IntPtr.Zero instead of (IntPtr) 0
8
9 2006-11-05 Andrew Skiba <andrews@mainsoft.com>
10
11         * HttpRequestTest.cs, HttpWorkerRequestTest.cs: TARGET_JVM
12
13 2006-11-05 Andrew Skiba <andrews@mainsoft.com>
14
15         * StaticSiteMapProviderTest.cs: add 2 tests, one is fixed and the
16         other needs to be fixed yet.
17
18 2006-09-04 Igor Zelmanovich <igorz@mainsoft.com>
19
20         * HttpUtilityTest.cs: new test added.
21
22 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * HttpWriter.cs: call WriteString instead of Write. Fixes the test.
25
26 2006-07-10  Andrew Skiba <andrews@mainsoft.com>
27
28         * StaticSiteMapProviderTest.cs: run 3 tests in web context,
29         so they don't fail on HttpContext.Current == null
30
31 2006-07-06  Andrew Skiba <andrews@mainsoft.com>
32
33         * HttpRequestTest: add a test
34
35 2006-07-05  Andrew Skiba <andrews@mainsoft.com>
36
37         * HttpRequestTest: add MapPath tests
38
39 2006-06-21  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * HttpWriter.cs: Fix test fixture not to inherit from 
42         AspNetHostingMinimal which limits the test execution when the CAS 
43         category isn't excluded.
44
45 2006-06-05 Juraj Skripsky <js@hotfeet.ch>
46
47         * HttpRequestTest.cs: add test case to verify that the correct 
48         encoding is used during url-decoding of the query string.
49
50 2006-05-17 Kazuki Oikawa <kazuki@panicode.com>
51
52         * HttpUtilityTest.cs: added tests for HttpUtility.ParseQueryString.
53
54 2006-04-20 Andrew Skiba <andrews@mainsoft.com>
55
56         * SiteMapNodeTest.cs: new tests for null reference exceptions in SiteMapNode
57
58 2006-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
59
60         * HttpUtilityTest.cs: new tests. Patch by Vladimir Krasnov.
61
62 2006-04-05 Andrew Skiba <andrews@mainsoft.com>
63
64         * HttpUtilityTest.cs: test UrlEncode and UrlEncodeUnicode for all
65         values from char.MinValue to char.MaxValue according to reference
66         implementation.
67
68 2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
69
70         * HttpUtilityTest.cs: test from bug #77931.
71
72 2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
73
74         * HttpResponseTest.cs: added tests for CacheControl that set it to null
75         and string.Empty.
76
77 2006-03-10  Chris Toshok  <toshok@ximian.com>
78
79         * StaticSiteMapProviderTest.cs: new tests.
80
81         * SiteMapProviderTest.cs: new tests.
82
83 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
84
85         * VirtualPathUtilityTest.cs: added new tests.
86
87 2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
88
89         * HttpRequestTest.cs: ignore test.
90
91 2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
92
93         * HttpCookieTest.cs: test for setting the Secure property.
94
95 2005-11-07  Jason Diamond  <jason@diamond.name>
96
97         * HttpRequestTest.cs: Added new tests.
98
99 2005-11-01  Chris Toshok  <toshok@ximian.com>
100
101         * VirtualPathUtilityTest.cs: new tests.
102
103 2005-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
104
105         * HttpResponseCas.cs:
106         * HttpRequestCas.cs: now that filters are implemented, remove the catch
107         for NotImplementedException.
108
109 2005-09-29  Sebastien Pouliot  <sebastien@ximian.com>
110
111         * HttpBrowserCapabilitiesCas.cs: Fixed tests case to work with both
112         values returned by Mono and MS runtimes.
113         * HttpContextCas.cs: Ignore the Application_Deny_UnmanagedCode test 
114         case. This check was removed in 2.0 and seems to be inconsistent in
115         previous versions (i.e. depends on the execution order which triggers
116         the initialization of the HttpRuntime).
117
118 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
119
120         * HttpContextCas.cs: Mono throws ArgumentNullException for RewritePath
121         methods while MS throws NullReferenceException.
122
123 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
124
125         * HttpCachePolicyCas.cs: SetDiskCacheable method was removed in 2.0 RC
126
127 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
128
129         * HttpRequestTest.cs: Fixed test cases so they now execute without 
130         errors on MS 1.1 SP1, 2.0 RC and Mono (default profile).
131
132 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com>
133
134         * HttpWorkerRequestTest.cs: Add test cases for default values of new
135         2.0 APIs.
136
137 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
138
139         * HttpApplicationCas.cs: New. CAS unit tests.
140         * HttpApplicationStateCas.cs: New. CAS unit tests.
141         * HttpBrowserCapabilitiesCas.cs: New. CAS unit tests.
142         * HttpCachePolicyCas.cs: New. CAS unit tests.
143         * HttpCacheVaryByHeadersCas.cs: New. CAS unit tests.
144         * HttpCacheVaryByParamsCas.cs: New. CAS unit tests.
145         * HttpClientCertificateCas.cs: New. CAS unit tests.
146         * HttpCompileExceptionCas.cs: New. CAS unit tests.
147         * HttpContextCas.cs: Add method/propertie CAS tests cases.
148         * HttpCookieCas.cs: New. CAS unit tests.
149         * HttpCookieCollectionCas.cs: New. CAS unit tests.
150         * HttpExceptionCas.cs: New. CAS unit tests.
151         * HttpFileCollectionCas.cs: New. CAS unit tests.
152         * HttpModuleCollectionCas.cs: New. CAS unit tests.
153         * HttpParseExceptionCas.cs: New. CAS unit tests.
154         * HttpRequestCas.cs: New. CAS unit tests.
155         * HttpRequestValidationExceptionCas.cs: New. CAS unit tests.
156         * HttpResponseCas.cs: New. CAS unit tests.
157         * HttpRuntimeCas.cs: New. CAS unit tests.
158         * HttpServerUtilityCas.cs: New. CAS unit tests.
159         * HttpStaticObjectsCollectionCas.cs: New. CAS unit tests.
160         * HttpUnhandledExceptionCas.cs: New. CAS unit tests.
161         * HttpUtilityCas.cs: New. CAS unit tests.
162         * HttpWorkerRequestCas.cs: New. CAS unit tests.
163         * HttpWriterCas.cs: New. CAS unit tests.
164         * ProcessInfoCas.cs: New. CAS unit tests.
165         * ProcessModelInfoCas.cs: New. CAS unit tests.
166         * TraceContextCas.cs: New. CAS unit tests.
167
168 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
169
170         * HttpContextCas.cs: New. CAS unit tests for SkipAuthorization and
171         User property setters.
172
173 2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
174
175         * HttpRequestTest.cs: test for negative content length.
176
177 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
178
179         * HttpClientCertificateTest.cs: Most of the test throws a 
180         ArgumentNullException on MS 1.x implementation - even for getting 
181         properties. Mono only support the 2.0 (right) behaviour so we're
182         skipping the tests on 1.1.
183
184 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
185
186         * HttpContext.cs: Added test case for using the .ctor with a null
187         HttpWorkerRequest.
188
189 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
190
191         * HttpRequestTest.cs: test for MapImageCoordinates.
192
193 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
194
195         * HttpRequestTest.cs: test for UserLanguages.
196
197 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
198
199         * HttpRequestTest.cs: new test for AcceptTypes property.
200
201 2005-08-10  Sebastien Pouliot  <sebastien@ximian.com> 
202  
203         * HttpClientCertificateTest.cs: Unit tests for HttpClientCertificate.
204
205 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
206
207         * HttpResponseTest.cs: added tests for Status, StatusDescription and
208         StatusCode.
209
210 2005-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
211
212         * HttpRequestTest.cs: test case to ensure that the first variable in 
213         the query string does not get a wrong name.
214
215 2005-07-21  Chris Toshok  <toshok@ximian.com>
216
217         * HttpCookieCollectionTest.cs: fix warnings.
218
219 2005-07-18  Chris Toshok  <toshok@ximian.com>
220
221         * HttpCacheVaryByParamsTest.cs: rework these tests a bit.
222
223         * HttpCacheVaryByHeadersTest.cs: add case sensitivity check.
224
225 2005-07-15  Chris Toshok  <toshok@ximian.com>
226
227         * HttpCookieCollectionTest.cs: tests for
228         System.Web.HttpCookieCollection
229
230 2005-07-15  Chris Toshok  <toshok@ximian.com>
231
232         * HttpCookieTest.cs: add a subkeys-only test.
233
234 2005-07-15  Chris Toshok  <toshok@ximian.com>
235
236         * HttpCookieTest.cs: new tests for S.W.HttpCookie.
237
238 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com>
239
240         * HttpUtilityTest.cs: Use Assert.Fail (and not Assertion.Fail) to 
241         remove warning from compiler (obsolete).
242
243 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
244
245         * HttpUtilityTest.cs: added one more test.
246
247 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
248
249         * HttpUtilityTest.cs: new test for extra '0'.
250
251 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
252
253         * HttpUtilityTest.cs: new tests.
254
255 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
256
257         * HttpUtilityTest.cs : test for url decode.
258
259 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com> 
260  
261         * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
262         (fixed now) but didn't affect Mono.
263
264 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com>
265
266         * HttpRequestTest.cs: New. Test that ValidateInput throw exceptions
267         when expected.
268         * HttpServerUtilityTest.cs: New. Test for possible XSS when using 
269         HtmlEncode.
270         * HttpUtilityTest.cs: New. Test for possible XSS when using 
271         HtmlEncode.