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