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