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