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