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