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