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