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