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