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