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