2003-12-08 Atsushi Enomoto * UriTest2.cs : eliminating Console.WriteLine(). 2003-12-08 Atsushi Enomoto * Added uri-test-generator.cs, test-uri-list.txt, test-uri-props.txt and UriTest2.cs. They are test generator files. 2003-12-08 Ravindra * UriTest.cs: Added IsUnc tests for local file paths. 2003-10-10 Pedro Martínez Julá * UriTest.cs: added some test for "file://one_file.txt". Uri used to fail with this URIs. 2003-08-18 Nick Drochak * UriBuilderTest.cs: Separated tests into NUnit v2 style. Need to track down a test failure. 2003-05-07 Ben Maurer * UriTest.cs: added tests for UNIX file paths. 2003-03-19 Gonzalo Paniagua Javier * UriTest.cs: moved a couple of test to their own method as they fail with MS runtime. Added new tests for Segment. 2003-03-19 Gonzalo Paniagua Javier * UriTest.cs: added CheckSchemaName tests. 2002-09-17 Nick Drochak * UriTest.cs: Fixed some path separator issues for the tests running on linux. 2002-05-28 Lawrence Pit * UriTest.cs: added tests ctor UriTest (baseUri, relativeUri) 2002-05-22 Lawrence Pit * Added UriTest.MakeRelative 2002-05-12 Lawrence Pit * Added UriTest.TestLocalPath 2002-05-05 Lawrence Pit * UriTest.cs: added * UriBuilderTest.cs: added * AllTests.cs: added