2010-11-18  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest.cs: More test cases for GetComponents wrt
	different UriFormat

2010-10-08  Sebastien Pouliot  <sebastien@ximian.com>

	Fix ASP.NET HttpResponse not to depend on a (fixed) bug in
	UriBuilder

2010-09-22  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test case where host name is β
	(beta)

2010-09-21  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases with different, mostly
	invalid, ports (e.g. negative, float, too big...)

2010-09-21  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add some test cases for host names

2010-09-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test case where an original URI
	contains an escaped path.

2010-09-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases for Fragment and Query
	when special characters are used. Most of them are not escaped in
	ToString * Test/System/UriTest3.cs: Uncomment an Assert that is
	now fixed.

2010-09-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test case with an empty UserInfo

2010-09-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest.cs: Adjust some test cases wrt Win32 *
	Test/System/UriTest2.cs: Adjust a test case wrt Win32

2010-09-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest.cs: Remove NET_2_0 and ONLY_1_1

2010-09-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases where some bad (if
	absolute) URI are valid when merged (as relative) with an absolute
	URI

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test case to show that a relative
	URI is NOT escaped by ToString

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add DnsSafeHost test cases for IPv6
	address, one without scope id, another with a scope id

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases where an URI contains a
	':' but is not followed by a port number

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriBuilderTest.cs: Add regression test for that
	.ctor

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriBuilderTest.cs: Add test case with string URI
	that do not provide a scheme - UriBuilder will default them to
	http:// even if Uri would not parse them

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriBuilderTest.cs: Add test cases with incomplete
	IPv6 addresses. Add test case with a relative Uri used in
	UriBuilder ctor

2010-09-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriBuilderTest.cs: Add test case with path missing
	the initial / which shows the UriBuilder.Path property is being
	updated after the creation of the Uri instance.

2010-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriBuilderTest.cs: Add test case with IPv6 host
	(address) which shows the UriBuilder.Host property is being
	updated after the creation of the Uri instance.

2010-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriBuilderTest.cs: Drop NET_2_0 defines and add new
	ones for NET_4_0. Add more asserts in the test cases that were
	failing.

2010-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test case where %2e and %2E are
	used

2010-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Remove NET_2_0 and ONLY_1_1 defines
	from tests * Test/System/UriTest3.cs: Remove NET_2_0 and
	[Category("NotWorking")] from tests. Merge
	MakeRelativeUri_Uri_Null_[MS|Mono] together since the (reported)
	issue was fixed in NET_4_0

2010-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add new test case for 'file' URIs and
	some asserts on "custom" URI (which do support queries)

2010-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add new test case for 'ftp' including
	dealing with custom port and user/password data.

2010-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases for 'nntp://'

2010-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test case for 'news:' showing the
	lack of Query and Port (but support for Fragment) and the
	escape-ing differences.

2010-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest.cs: Add test case to show that the segments
	cannot be modified by accessing the elements of the Segment
	property.

2010-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	Fix Uri.ToString when forward slashes are used

2010-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases for segments on an URI
	that contains a drive letter and (forward) slashes.

2010-09-15  Raja R Harinath  <harinath@hurrynot.org>

	Fix a few CRLF issues

2010-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	Correctly handle the (uncommon) 4 slashes //// case in Uri

2010-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	Fix some (long standing) NotWorking test cases on Uri

2010-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest2.cs: Add test cases for drives versus hosts

2010-09-13  Sebastien Pouliot  <sebastien@ximian.com>

	* Test/System/UriTest.cs: Adjust test cases to work with 4.0. Mark
	with NotDotNet two test cases that are Mono/Unix-specific *
	Test/System/UriTest2.cs: Add new test cases where a relative Uri
	is merged with an absolute Uri (some changes in SL4/FX4 wrt FX2) *
	Test/System/UriTest3.cs: Adjust for bugs fixed after FX 2.0.

2010-08-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	Trim the uri in UriParser::GetComponents, just like we do in
	Uri::Parse

2010-08-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	Uri: fix path component of merged uris with parent directory
	references above the root directory

2010-06-22 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* UriTest.cs: exclude 2 tests in 4.0.

2010-05-29 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* UriTest.cs: test for bug #606142.

2010-05-24  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest.cs : more URI tests, for relative URIs with ':'.

2010-04-17  Raja R Harinath  <harinath@hurrynot.org>

	* UriTest.cs (FtpRootPath): New.  Check that ftp root paths are
	unmolested.

2010-01-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* UriTest.cs: added an assertion in the IsWellFormedOriginalString
	test case to test urls containing '#'.

2009-10-15  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest3.cs : added test for parsing short name with
	  RelativeOrAbsolute mode.

2009-09-01  Andres Aragoneses  <aaragoneses@novell.com>

	* UriTest.cs: New tests from #533572.

2009-06-25  Robert Jordan  <robertj@gmx.net>

	* UriTest.cs: Upgrade to new NUnit style.

2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>

	* UriParserTest.cs: Ensure "tcp" is not a registred scheme
	* UriTest2.cs: Make sure GetComponents and IsBaseOf do not throw
	NRE is no UriParser was registred for the URI scheme

2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>

	* UriTest2.cs: More constructor test cases

2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>

	* UriTest2.cs: More test cases for the handling of %2f and %5c

2009-02-18  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest.cs : added test for windows local path with '\' (used in
	  ooxml relax ng test case).

2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriTest3.cs: Added and improved tests for TryCreate. Added few
	asserts for IsWellFormedUriString. Added .ctor tests.

2009-15-01  Leszek Ciesielski <skolima@gmail.com>

	* UriTest3.cs: test for bug #464235

2008-03-12  Stephane Delcroix  <sdelcroix@novell.com>

	* UriTest.cs: test for bug #363320

2008-01-23  Robert Jordan  <robertj@gmx.net>

	* UriTest3.cs: Add tests for bug #346432.

2007-11-06  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriBuilderTest.cs: Added tests for regression introduced as part of
	bug #323247. Added extra ctor tests. No longer derive from deprecated
	Assertion class.

2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriTest.cs: Removed extra tabs.
	* UriTest3.cs: Added test for bug #325863. Improved test for absolute
	URI.

2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriTest3.cs: Added test for bug #328768 and #323542.

2007-09-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriTest.cs: Added test for Fragment with relative URI. Fixed line
	endings.
	* UriTest2.cs: Fixed line endings.
	* UriTest3.cs: Added test for MakeRelativeUri. Added tests for
	AbsoluteUri, PathAndQuery, Query and Scheme with relative URI.

2007-09-06  Marek Habersack  <mhabersack@novell.com>

	* UriTypeConverterTest.cs: Mono on Windows treats /Uri.txt URIs as
	relative while on Unix they are absolute.

2007-09-05  Marek Habersack  <mhabersack@novell.com>

	* UriTypeConverterTest.cs: added a new test for conversion from
	strings containing relative URIs. Currently marked as NotWorking
	since cases 3 and 4 fail on Mono.

2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>

	* UriParserTest.cs, UriTest3.cs, HttpStyleUriParserTest.cs :
	  for IsWellFormedOriginalString() and InitializeAndValidate(),
	  removed some NotWorking and added some more tests.

2007-04-16  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest.cs : added relative .ctor() test where the relativeUris
	  contain URI schemes.

2007-01-25  Ilya Kharmatsky  <ilyak -at- mainsoft.com>

	* UriTypeConverterTest.cs: Added 'Ignore' attributes, 
	under TARGET_JVM in order to workaround Grasshopper's bugs.

2006-12-07  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* UriTest3.cs: Added tests for Uri.UnescapeDataString

2006-08-01  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest.cs : added Equals3(), for bug #78799.

2005-11-25  Sebastien Pouliot  <sebastien@ximian.com> 

	* UriBuilderCas.cs: Fixed line endings.
	* UriBuilderTest.cs: Fixed line endings and added some comments about 
	some NotWorking stuff.
	* UriParserTest.cs: Added test cases for default parser.
	* UriTest3.cs: Added more test cases for new 2.0 features.

2005-11-15  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* UriTest2.cs: Added some new test cases for old (and now fixed) Uri
	bugs - #76146 and #76659. May they never surface again...

2005-11-15  Sebastien Pouliot  <sebastien@ximian.com>

	* FileStyleUriParserCas.cs: New. CAS unit tests.
	* FileStyleUriParserTest.cs: New. Unit tests.
	* FtpStyleUriParserCas.cs: New. CAS unit tests.
	* FtpStyleUriParserTest.cs: New. Unit tests.
	* GenericUriParserCas.cs: New. CAS unit tests.
	* GenericUriParserTest.cs: New. Unit tests.
	* GopherStyleUriParserCas.cs: New. CAS unit tests.
	* GopherStyleUriParserTest.cs: New. Unit tests.
	* HttpStyleUriParserCas.cs: New. CAS unit tests.
	* HttpStyleUriParserTest.cs: New. Unit tests.
	* LdapStyleUriParserCas.cs: New. CAS unit tests.
	* LdapStyleUriParserTest.cs: New. Unit tests.
	* NetPipeStyleUriParserCas.cs: New. CAS unit tests.
	* NetPipeStyleUriParserTest.cs: New. Unit tests.
	* NetTcpStyleUriParserCas.cs: New. CAS unit tests.
	* NetTcpStyleUriParserTest.cs: New. Unit tests.
	* NewsStyleUriParserCas.cs: New. CAS unit tests.
	* NewsStyleUriParserTest.cs: New. Unit tests.
	* UriBuilderCas.cs: Fixed line-endings.
	* UriCas.cs: New. CAS unit tests.
	* UriParserCas.cs: New. CAS unit tests.
	* UriParserTest.cs: New. Unit tests.
	* UriTest2.cs: Added some new test cases.
	* UriTest3.cs: New. Unit tests for new 2.0 stuff in Uri.
	* UriTest.cs: Updated and fixed (1.x/2.0 diffs) test cases.

2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTest.cs : Added test for bug #76643. Also commented non-2.0 test
	  out in TestUnixLocalPath_WTF() since we don't emulate Microsoft's
	  idiotic behavior.

2005-10-21  Atsushi Enomoto  <atsushi@ximian.com>

	* UriBuilderTest.cs : added test for bug #76501.

2005-10-18  Sebastien Pouliot  <sebastien@ximian.com>

	* UriTypeConverterCas.cs: New. CAS unit tests.
	* UriTypeConverterTest.cs: New. Unit tests for UriTypeConverter.

2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>

	* UriBuilderCas.cs: New. CAS unit tests.
	* UriBuilderTest.cs: Fixed tests to execute without failures under 2.0
	* UriFormatExceptionCas.cs: New. CAS unit tests.

2005-08-17  Daniel Drake  <dsd@gentoo.org>

	* UriTest.cs: Add some tests from bug #75144
	* UriBuilderTest.cs: Ignore a nonsense test for now.

2005-07-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriTest.cs: Added RelativeUri test (for bug #71053). Modified
	ParseOverride test to pass on .NET 2.0.

2005-07-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* UriTest.cs: Modified port tests to pass on .NET 2.0. 
	HexUnescapeMultiByte passes on MS.NET 2.0.

2005-07-02  Daniel Drake  <dsd@gentoo.org>

	* UriTest.cs: Add some tests for the new multi-byte escaping
	implementation in bug #74872

2005-06-11 Gert Driesen <drieseng@users.sourceforge.net>

	* UriTest.cs: modify tests to reflect fix for bug #75230.

2005-06-03 Gert Driesen <drieseng@users.sourceforge.net>

	* UriTest.cs: modify tests to reflect fixes in .NET 2.0.
	Added test for bug #75144.

2005-06-03 Gert Driesen <drieseng@users.sourceforge.net>

	* UriTest.cs: fixed test failures introduced by bug fixes for
	#75125 and #75128.

2005-06-02 Gert Driesen <drieseng@users.sourceforge.net>

	* UriTest.cs: added test for bug #75124.

2005-03-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* UriTest2.cs: added test from bug #73316.

2005-02-02  Ben Maurer  <bmaurer@ximian.com>

	* UriTest2.cs: Make this file use resources, not files. Helps with
	distcheck.

2005-01-20  Miguel de Icaza  <miguel@ximian.com>

	* UriTest.cs: Add test for bugs 71050 and 71051.
	
2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>

	* UriTest.cs: Update UnixLocalPath_WTF.  Category("NotWorking") is
	  conditional on ONLY_1_1, and the test itself is conditional on NET_2_0
	  (since .NET 2.0 behaves sanely, while 1.1 doesn't).

2005-01-19  Jonathan Pryor  <jonpryor@vt.edu>

	* UriTest.cs: Ignore one of the tests on Linux, as .NET's behavior is
	  counterintuitive (see the UnixLocalPath_WTF comment).

2005-01-08  Nick Drochak  <ndrochak@ieee.org>

	* UriTest.cs
	* UriTest2.cs: Make pass on MS.NET

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

	* UriTest.cs : As Unix paths, //foo/bar never means host == foo,
	  file path == /bar. So on *nix environment, interpret LocalPath of
	  file://foo/bar as /bar, not //foo/bar.
	* test-uri-list.txt, tset-uri-props.txt : We cannot test such path
	  that starts with "//" in automatic one, since on Windows it is
	  UNC host name but on Unix it is condensed to /foo style abs path.
	* UriTest2.cs : Test only on windows such path that starts with "\\".

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

	* test-uri-list.txt, test-uri-props.txt, test-uri-props-manual.txt :
	  The autogenerated test contained Unix path case. Moved to manual.

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

	* UriTest2.cs : LocalPath values should vary depending on the running
	  environment - so replace '/' and '\\' each other.

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

	* UriTest.cs : Added UnixLocalPath().

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

	* UriTest.cs : Added InvalidScheme().
	* test-uri-list.txt, test-uri-props.txt :
	  Commented out RFC2396-violent URIs.

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

	* test-uri-list.txt,
	  test-uri-props.txt,
	  test-uri-props-manual.txt :
	  Reverted the last change. File URI handling should be common to 
	  MS.NET. We have to change the behavior only for Unix file path.
	* UriTest2.cs : Fixed just catch only UriFormatException.

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

	* UriTest.cs : Should not expect exception for Unix file path.

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

	* test-uri-list.txt,
	  test-uri-props.txt,
	  test-uri-props-manual.txt :
	  - Moved '#' containing file URIs to manual test patterns (I think MS
	    disregards '#', as conceptually reported in bug #47691).
	  - Removed URIs that contains "/////" that is ambiguous (is /////cygwin
	    directory '/cygwin', or host 'cygwin' ?).
	* UriTest2.cs : explicitly show what input string is being checked
	  in Assert(). And also surround try...catch and show which URI failed.

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

	* UriTest.cs : Added RelativeCtor(), Unescape(), Segments5() and
	  ParseOverride().

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

	* UriBuilderTest.cs : Actually Query() and Fragment() didnt pass under
	  MS.NET.

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

	* UriBuilderTest.cs: Please don't hardcode non-ASCII/non-UTF8
	  character in the sources.

2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* UriBuilderTest.cs: added tests for bug #57082.

2004-03-21  Jackson Harper  <jackson@ximian.com>

	* TestUri.cs: Make sure Uri::Equals is case insensitive for
	everything but paths.

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 Martínez 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
