New tests.
[mono.git] / mcs / class / System / Test / System / ChangeLog
1 2010-04-17  Raja R Harinath  <harinath@hurrynot.org>
2
3         * UriTest.cs (FtpRootPath): New.  Check that ftp root paths are
4         unmolested.
5
6 2010-01-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7
8         * UriTest.cs: added an assertion in the IsWellFormedOriginalString
9         test case to test urls containing '#'.
10
11 2009-10-15  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * UriTest3.cs : added test for parsing short name with
14           RelativeOrAbsolute mode.
15
16 2009-09-01  Andres Aragoneses  <aaragoneses@novell.com>
17
18         * UriTest.cs: New tests from #533572.
19
20 2009-06-25  Robert Jordan  <robertj@gmx.net>
21
22         * UriTest.cs: Upgrade to new NUnit style.
23
24 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * UriParserTest.cs: Ensure "tcp" is not a registred scheme
27         * UriTest2.cs: Make sure GetComponents and IsBaseOf do not throw
28         NRE is no UriParser was registred for the URI scheme
29
30 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * UriTest2.cs: More constructor test cases
33
34 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * UriTest2.cs: More test cases for the handling of %2f and %5c
37
38 2009-02-18  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * UriTest.cs : added test for windows local path with '\' (used in
41           ooxml relax ng test case).
42
43 2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
44
45         * UriTest3.cs: Added and improved tests for TryCreate. Added few
46         asserts for IsWellFormedUriString. Added .ctor tests.
47
48 2009-15-01  Leszek Ciesielski <skolima@gmail.com>
49
50         * UriTest3.cs: test for bug #464235
51
52 2008-03-12  Stephane Delcroix  <sdelcroix@novell.com>
53
54         * UriTest.cs: test for bug #363320
55
56 2008-01-23  Robert Jordan  <robertj@gmx.net>
57
58         * UriTest3.cs: Add tests for bug #346432.
59
60 2007-11-06  Gert Driesen  <drieseng@users.sourceforge.net>
61
62         * UriBuilderTest.cs: Added tests for regression introduced as part of
63         bug #323247. Added extra ctor tests. No longer derive from deprecated
64         Assertion class.
65
66 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
67
68         * UriTest.cs: Removed extra tabs.
69         * UriTest3.cs: Added test for bug #325863. Improved test for absolute
70         URI.
71
72 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
73
74         * UriTest3.cs: Added test for bug #328768 and #323542.
75
76 2007-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
77
78         * UriTest.cs: Added test for Fragment with relative URI. Fixed line
79         endings.
80         * UriTest2.cs: Fixed line endings.
81         * UriTest3.cs: Added test for MakeRelativeUri. Added tests for
82         AbsoluteUri, PathAndQuery, Query and Scheme with relative URI.
83
84 2007-09-06  Marek Habersack  <mhabersack@novell.com>
85
86         * UriTypeConverterTest.cs: Mono on Windows treats /Uri.txt URIs as
87         relative while on Unix they are absolute.
88
89 2007-09-05  Marek Habersack  <mhabersack@novell.com>
90
91         * UriTypeConverterTest.cs: added a new test for conversion from
92         strings containing relative URIs. Currently marked as NotWorking
93         since cases 3 and 4 fail on Mono.
94
95 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * UriParserTest.cs, UriTest3.cs, HttpStyleUriParserTest.cs :
98           for IsWellFormedOriginalString() and InitializeAndValidate(),
99           removed some NotWorking and added some more tests.
100
101 2007-04-16  Atsushi Enomoto  <atsushi@ximian.com>
102
103         * UriTest.cs : added relative .ctor() test where the relativeUris
104           contain URI schemes.
105
106 2007-01-25  Ilya Kharmatsky  <ilyak -at- mainsoft.com>
107
108         * UriTypeConverterTest.cs: Added 'Ignore' attributes, 
109         under TARGET_JVM in order to workaround Grasshopper's bugs.
110
111 2006-12-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
112
113         * UriTest3.cs: Added tests for Uri.UnescapeDataString
114
115 2006-08-01  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * UriTest.cs : added Equals3(), for bug #78799.
118
119 2005-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
120
121         * UriBuilderCas.cs: Fixed line endings.
122         * UriBuilderTest.cs: Fixed line endings and added some comments about 
123         some NotWorking stuff.
124         * UriParserTest.cs: Added test cases for default parser.
125         * UriTest3.cs: Added more test cases for new 2.0 features.
126
127 2005-11-15  Sebastien Pouliot  <sebastien@ximian.com> 
128  
129         * UriTest2.cs: Added some new test cases for old (and now fixed) Uri
130         bugs - #76146 and #76659. May they never surface again...
131
132 2005-11-15  Sebastien Pouliot  <sebastien@ximian.com>
133
134         * FileStyleUriParserCas.cs: New. CAS unit tests.
135         * FileStyleUriParserTest.cs: New. Unit tests.
136         * FtpStyleUriParserCas.cs: New. CAS unit tests.
137         * FtpStyleUriParserTest.cs: New. Unit tests.
138         * GenericUriParserCas.cs: New. CAS unit tests.
139         * GenericUriParserTest.cs: New. Unit tests.
140         * GopherStyleUriParserCas.cs: New. CAS unit tests.
141         * GopherStyleUriParserTest.cs: New. Unit tests.
142         * HttpStyleUriParserCas.cs: New. CAS unit tests.
143         * HttpStyleUriParserTest.cs: New. Unit tests.
144         * LdapStyleUriParserCas.cs: New. CAS unit tests.
145         * LdapStyleUriParserTest.cs: New. Unit tests.
146         * NetPipeStyleUriParserCas.cs: New. CAS unit tests.
147         * NetPipeStyleUriParserTest.cs: New. Unit tests.
148         * NetTcpStyleUriParserCas.cs: New. CAS unit tests.
149         * NetTcpStyleUriParserTest.cs: New. Unit tests.
150         * NewsStyleUriParserCas.cs: New. CAS unit tests.
151         * NewsStyleUriParserTest.cs: New. Unit tests.
152         * UriBuilderCas.cs: Fixed line-endings.
153         * UriCas.cs: New. CAS unit tests.
154         * UriParserCas.cs: New. CAS unit tests.
155         * UriParserTest.cs: New. Unit tests.
156         * UriTest2.cs: Added some new test cases.
157         * UriTest3.cs: New. Unit tests for new 2.0 stuff in Uri.
158         * UriTest.cs: Updated and fixed (1.x/2.0 diffs) test cases.
159
160 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * UriTest.cs : Added test for bug #76643. Also commented non-2.0 test
163           out in TestUnixLocalPath_WTF() since we don't emulate Microsoft's
164           idiotic behavior.
165
166 2005-10-21  Atsushi Enomoto  <atsushi@ximian.com>
167
168         * UriBuilderTest.cs : added test for bug #76501.
169
170 2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>
171
172         * UriTypeConverterCas.cs: New. CAS unit tests.
173         * UriTypeConverterTest.cs: New. Unit tests for UriTypeConverter.
174
175 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>
176
177         * UriBuilderCas.cs: New. CAS unit tests.
178         * UriBuilderTest.cs: Fixed tests to execute without failures under 2.0
179         * UriFormatExceptionCas.cs: New. CAS unit tests.
180
181 2005-08-17  Daniel Drake  <dsd@gentoo.org>
182
183         * UriTest.cs: Add some tests from bug #75144
184         * UriBuilderTest.cs: Ignore a nonsense test for now.
185
186 2005-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
187
188         * UriTest.cs: Added RelativeUri test (for bug #71053). Modified
189         ParseOverride test to pass on .NET 2.0.
190
191 2005-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
192
193         * UriTest.cs: Modified port tests to pass on .NET 2.0. 
194         HexUnescapeMultiByte passes on MS.NET 2.0.
195
196 2005-07-02  Daniel Drake  <dsd@gentoo.org>
197
198         * UriTest.cs: Add some tests for the new multi-byte escaping
199         implementation in bug #74872
200
201 2005-06-11 Gert Driesen <drieseng@users.sourceforge.net>
202
203         * UriTest.cs: modify tests to reflect fix for bug #75230.
204
205 2005-06-03 Gert Driesen <drieseng@users.sourceforge.net>
206
207         * UriTest.cs: modify tests to reflect fixes in .NET 2.0.
208         Added test for bug #75144.
209
210 2005-06-03 Gert Driesen <drieseng@users.sourceforge.net>
211
212         * UriTest.cs: fixed test failures introduced by bug fixes for
213         #75125 and #75128.
214
215 2005-06-02 Gert Driesen <drieseng@users.sourceforge.net>
216
217         * UriTest.cs: added test for bug #75124.
218
219 2005-03-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
220
221         * UriTest2.cs: added test from bug #73316.
222
223 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
224
225         * UriTest2.cs: Make this file use resources, not files. Helps with
226         distcheck.
227
228 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
229
230         * UriTest.cs: Add test for bugs 71050 and 71051.
231         
232 2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>
233
234         * UriTest.cs: Update UnixLocalPath_WTF.  Category("NotWorking") is
235           conditional on ONLY_1_1, and the test itself is conditional on NET_2_0
236           (since .NET 2.0 behaves sanely, while 1.1 doesn't).
237
238 2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>
239
240         * UriTest.cs: Ignore one of the tests on Linux, as .NET's behavior is
241           counterintuitive (see the UnixLocalPath_WTF comment).
242
243 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
244
245         * UriTest.cs
246         * UriTest2.cs: Make pass on MS.NET
247
248 2004-06-22  Atsushi Enomoto  <atsushi@ximian.com>
249
250         * UriTest.cs : As Unix paths, //foo/bar never means host == foo,
251           file path == /bar. So on *nix environment, interpret LocalPath of
252           file://foo/bar as /bar, not //foo/bar.
253         * test-uri-list.txt, tset-uri-props.txt : We cannot test such path
254           that starts with "//" in automatic one, since on Windows it is
255           UNC host name but on Unix it is condensed to /foo style abs path.
256         * UriTest2.cs : Test only on windows such path that starts with "\\".
257
258 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
259
260         * test-uri-list.txt, test-uri-props.txt, test-uri-props-manual.txt :
261           The autogenerated test contained Unix path case. Moved to manual.
262
263 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
264
265         * UriTest2.cs : LocalPath values should vary depending on the running
266           environment - so replace '/' and '\\' each other.
267
268 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
269
270         * UriTest.cs : Added UnixLocalPath().
271
272 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * UriTest.cs : Added InvalidScheme().
275         * test-uri-list.txt, test-uri-props.txt :
276           Commented out RFC2396-violent URIs.
277
278 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
279
280         * test-uri-list.txt,
281           test-uri-props.txt,
282           test-uri-props-manual.txt :
283           Reverted the last change. File URI handling should be common to 
284           MS.NET. We have to change the behavior only for Unix file path.
285         * UriTest2.cs : Fixed just catch only UriFormatException.
286
287 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
288
289         * UriTest.cs : Should not expect exception for Unix file path.
290
291 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
292
293         * test-uri-list.txt,
294           test-uri-props.txt,
295           test-uri-props-manual.txt :
296           - Moved '#' containing file URIs to manual test patterns (I think MS
297             disregards '#', as conceptually reported in bug #47691).
298           - Removed URIs that contains "/////" that is ambiguous (is /////cygwin
299             directory '/cygwin', or host 'cygwin' ?).
300         * UriTest2.cs : explicitly show what input string is being checked
301           in Assert(). And also surround try...catch and show which URI failed.
302
303 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
304
305         * UriTest.cs : Added RelativeCtor(), Unescape(), Segments5() and
306           ParseOverride().
307
308 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
309
310         * UriBuilderTest.cs : Actually Query() and Fragment() didnt pass under
311           MS.NET.
312
313 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
314
315         * UriBuilderTest.cs: Please don't hardcode non-ASCII/non-UTF8
316           character in the sources.
317
318 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
319
320         * UriBuilderTest.cs: added tests for bug #57082.
321
322 2004-03-21  Jackson Harper  <jackson@ximian.com>
323
324         * TestUri.cs: Make sure Uri::Equals is case insensitive for
325         everything but paths.
326
327 2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>
328
329         * test-uri-list.txt, test-uri-props.txt : added more tests.
330
331 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
332
333         * UriTest.cs :
334           Derived from Assertion.
335           Added ConstructorsRejectRelativePath ().
336           "file://cygwin" means machine name cygwin, not top directory cygwin.
337         * UriTest2.cs : added relative constructor tests and manually created
338           absolute uri tests (rejected by MS.NET).
339         * uri-test-generator.cs : added relative test generator.
340         * added test-uri-props-manual.txt, test-uri-relative-list.txt,
341           test-uri-relative-props.txt for relative path test and 
342           manually added tests.
343
344 2004-01-04  Nick Drochak  <ndrochak@ieee.com>
345
346         * UriBuilderTest.cs: Make tests pass on .NET 1.1.  
347
348 2003-12-31  Nick Drochak  <ndrochak@ieee.com>
349
350         * UriTest2.cs: Use proper path to find file.
351         * UriBuilderTest.cs: 123456789 is not a bad port.
352
353 2003-12-11  Nick Drochak  <ndrochak@ieee.com>
354
355         * UriTest.cs: Test for UriFormatException
356
357 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
358
359         * UriTest2.cs : eliminating Console.WriteLine().
360
361 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
362
363         * Added uri-test-generator.cs, test-uri-list.txt, test-uri-props.txt
364           and UriTest2.cs. They are test generator files.
365
366 2003-12-08  Ravindra  <rkumar@novell.com>
367
368         * UriTest.cs: Added IsUnc tests for local file paths.
369
370 2003-10-10  Pedro Martínez Julá  <yoros.wanadoo.es>
371
372         * UriTest.cs: added some test for "file://one_file.txt". Uri used to
373         fail with this URIs.
374
375 2003-08-18  Nick Drochak  <ndrochak@gol.com>
376
377         * UriBuilderTest.cs: Separated tests into NUnit v2 style. Need to track
378         down a test failure.
379
380 2003-05-07  Ben Maurer <bmaurer@users.sourceforge.net>
381
382         * UriTest.cs: added tests for UNIX file paths.
383         
384 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
385
386         * UriTest.cs: moved a couple of test to their own method as they fail
387         with MS runtime. Added new tests for Segment.
388
389 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
390
391         * UriTest.cs: added CheckSchemaName tests.
392
393 2002-09-17  Nick Drochak  <ndrochak@gol.com>
394
395         * UriTest.cs: Fixed some path separator issues for the tests running on
396         linux.
397
398 2002-05-28  Lawrence Pit <loz@cable.a2000.nl>
399
400         * UriTest.cs: added tests ctor UriTest (baseUri, relativeUri)
401
402 2002-05-22  Lawrence Pit <loz@cable.a2000.nl>
403
404         * Added UriTest.MakeRelative
405
406 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
407
408         * Added UriTest.TestLocalPath
409         
410 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
411
412         * UriTest.cs: added
413         * UriBuilderTest.cs: added
414         * AllTests.cs: added