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