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