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