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