2005-01-20 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / class / System / Test / System / ChangeLog
1 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
2
3         * UriTest.cs: Add test for bugs 71050 and 71051.
4         
5 2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>
6
7         * UriTest.cs: Update UnixLocalPath_WTF.  Category("NotWorking") is
8           conditional on ONLY_1_1, and the test itself is conditional on NET_2_0
9           (since .NET 2.0 behaves sanely, while 1.1 doesn't).
10
11 2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>
12
13         * UriTest.cs: Ignore one of the tests on Linux, as .NET's behavior is
14           counterintuitive (see the UnixLocalPath_WTF comment).
15
16 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
17
18         * UriTest.cs
19         * UriTest2.cs: Make pass on MS.NET
20
21 2004-06-22  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * UriTest.cs : As Unix paths, //foo/bar never means host == foo,
24           file path == /bar. So on *nix environment, interpret LocalPath of
25           file://foo/bar as /bar, not //foo/bar.
26         * test-uri-list.txt, tset-uri-props.txt : We cannot test such path
27           that starts with "//" in automatic one, since on Windows it is
28           UNC host name but on Unix it is condensed to /foo style abs path.
29         * UriTest2.cs : Test only on windows such path that starts with "\\".
30
31 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * test-uri-list.txt, test-uri-props.txt, test-uri-props-manual.txt :
34           The autogenerated test contained Unix path case. Moved to manual.
35
36 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * UriTest2.cs : LocalPath values should vary depending on the running
39           environment - so replace '/' and '\\' each other.
40
41 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * UriTest.cs : Added UnixLocalPath().
44
45 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * UriTest.cs : Added InvalidScheme().
48         * test-uri-list.txt, test-uri-props.txt :
49           Commented out RFC2396-violent URIs.
50
51 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * test-uri-list.txt,
54           test-uri-props.txt,
55           test-uri-props-manual.txt :
56           Reverted the last change. File URI handling should be common to 
57           MS.NET. We have to change the behavior only for Unix file path.
58         * UriTest2.cs : Fixed just catch only UriFormatException.
59
60 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * UriTest.cs : Should not expect exception for Unix file path.
63
64 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * test-uri-list.txt,
67           test-uri-props.txt,
68           test-uri-props-manual.txt :
69           - Moved '#' containing file URIs to manual test patterns (I think MS
70             disregards '#', as conceptually reported in bug #47691).
71           - Removed URIs that contains "/////" that is ambiguous (is /////cygwin
72             directory '/cygwin', or host 'cygwin' ?).
73         * UriTest2.cs : explicitly show what input string is being checked
74           in Assert(). And also surround try...catch and show which URI failed.
75
76 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * UriTest.cs : Added RelativeCtor(), Unescape(), Segments5() and
79           ParseOverride().
80
81 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
82
83         * UriBuilderTest.cs : Actually Query() and Fragment() didnt pass under
84           MS.NET.
85
86 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * UriBuilderTest.cs: Please don't hardcode non-ASCII/non-UTF8
89           character in the sources.
90
91 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
92
93         * UriBuilderTest.cs: added tests for bug #57082.
94
95 2004-03-21  Jackson Harper  <jackson@ximian.com>
96
97         * TestUri.cs: Make sure Uri::Equals is case insensitive for
98         everything but paths.
99
100 2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * test-uri-list.txt, test-uri-props.txt : added more tests.
103
104 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
105
106         * UriTest.cs :
107           Derived from Assertion.
108           Added ConstructorsRejectRelativePath ().
109           "file://cygwin" means machine name cygwin, not top directory cygwin.
110         * UriTest2.cs : added relative constructor tests and manually created
111           absolute uri tests (rejected by MS.NET).
112         * uri-test-generator.cs : added relative test generator.
113         * added test-uri-props-manual.txt, test-uri-relative-list.txt,
114           test-uri-relative-props.txt for relative path test and 
115           manually added tests.
116
117 2004-01-04  Nick Drochak  <ndrochak@ieee.com>
118
119         * UriBuilderTest.cs: Make tests pass on .NET 1.1.  
120
121 2003-12-31  Nick Drochak  <ndrochak@ieee.com>
122
123         * UriTest2.cs: Use proper path to find file.
124         * UriBuilderTest.cs: 123456789 is not a bad port.
125
126 2003-12-11  Nick Drochak  <ndrochak@ieee.com>
127
128         * UriTest.cs: Test for UriFormatException
129
130 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
131
132         * UriTest2.cs : eliminating Console.WriteLine().
133
134 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
135
136         * Added uri-test-generator.cs, test-uri-list.txt, test-uri-props.txt
137           and UriTest2.cs. They are test generator files.
138
139 2003-12-08  Ravindra  <rkumar@novell.com>
140
141         * UriTest.cs: Added IsUnc tests for local file paths.
142
143 2003-10-10  Pedro Martínez Julá  <yoros.wanadoo.es>
144
145         * UriTest.cs: added some test for "file://one_file.txt". Uri used to
146         fail with this URIs.
147
148 2003-08-18  Nick Drochak  <ndrochak@gol.com>
149
150         * UriBuilderTest.cs: Separated tests into NUnit v2 style. Need to track
151         down a test failure.
152
153 2003-05-07  Ben Maurer <bmaurer@users.sourceforge.net>
154
155         * UriTest.cs: added tests for UNIX file paths.
156         
157 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
158
159         * UriTest.cs: moved a couple of test to their own method as they fail
160         with MS runtime. Added new tests for Segment.
161
162 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
163
164         * UriTest.cs: added CheckSchemaName tests.
165
166 2002-09-17  Nick Drochak  <ndrochak@gol.com>
167
168         * UriTest.cs: Fixed some path separator issues for the tests running on
169         linux.
170
171 2002-05-28  Lawrence Pit <loz@cable.a2000.nl>
172
173         * UriTest.cs: added tests ctor UriTest (baseUri, relativeUri)
174
175 2002-05-22  Lawrence Pit <loz@cable.a2000.nl>
176
177         * Added UriTest.MakeRelative
178
179 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
180
181         * Added UriTest.TestLocalPath
182         
183 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
184
185         * UriTest.cs: added
186         * UriBuilderTest.cs: added
187         * AllTests.cs: added