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