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