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