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