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