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