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