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