2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>

	* test-uri-list.txt, test-uri-props.txt : added more tests.

2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest.cs :
	  Derived from Assertion.
	  Added ConstructorsRejectRelativePath ().
	  "file://cygwin" means machine name cygwin, not top directory cygwin.
	* UriTest2.cs : added relative constructor tests and manually created
	  absolute uri tests (rejected by MS.NET).
	* uri-test-generator.cs : added relative test generator.
	* added test-uri-props-manual.txt, test-uri-relative-list.txt,
	  test-uri-relative-props.txt for relative path test and 
	  manually added tests.

2004-01-04  Nick Drochak  <ndrochak@ieee.com>

	* UriBuilderTest.cs: Make tests pass on .NET 1.1.  

2003-12-31  Nick Drochak  <ndrochak@ieee.com>

	* UriTest2.cs: Use proper path to find file.
	* UriBuilderTest.cs: 123456789 is not a bad port.

2003-12-11  Nick Drochak  <ndrochak@ieee.com>

	* UriTest.cs: Test for UriFormatException

2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest2.cs : eliminating Console.WriteLine().

2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>

	* 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  <rkumar@novell.com>

	* UriTest.cs: Added IsUnc tests for local file paths.

2003-10-10  Pedro Martnez Jul  <yoros.wanadoo.es>

	* UriTest.cs: added some test for "file://one_file.txt". Uri used to
	fail with this URIs.

2003-08-18  Nick Drochak  <ndrochak@gol.com>

	* UriBuilderTest.cs: Separated tests into NUnit v2 style. Need to track
	down a test failure.

2003-05-07  Ben Maurer <bmaurer@users.sourceforge.net>

	* UriTest.cs: added tests for UNIX file paths.
	
2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* 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 <gonzalo@ximian.com>

	* UriTest.cs: added CheckSchemaName tests.

2002-09-17  Nick Drochak  <ndrochak@gol.com>

	* UriTest.cs: Fixed some path separator issues for the tests running on
	linux.

2002-05-28  Lawrence Pit <loz@cable.a2000.nl>

	* UriTest.cs: added tests ctor UriTest (baseUri, relativeUri)

2002-05-22  Lawrence Pit <loz@cable.a2000.nl>

	* Added UriTest.MakeRelative

2002-05-12  Lawrence Pit <loz@cable.a2000.nl>

	* Added UriTest.TestLocalPath
	
2002-05-05  Lawrence Pit <loz@cable.a2000.nl>

	* UriTest.cs: added
	* UriBuilderTest.cs: added
	* AllTests.cs: added
