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