Fix System.Uri wrt 'nntp://' URIs
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 15 Sep 2010 19:42:35 +0000 (15:42 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 15 Sep 2010 21:31:21 +0000 (17:31 -0400)
commit37c9e1e52a01c7f490a4511701e178cb5b9583ac
tree9733f2bf5af2e5d439ebf038e07436f7fe3acd48
parent15c86fc8c1babe5f7a67f7f9ee1a57cf8b6f4233
Fix System.Uri wrt 'nntp://' URIs

* System/Uri.cs: Fix 'nntp' support which is close to 'news' (no query)
but still has an Host, Autority, Port...

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