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