2004-06-10 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 10 Jun 2004 19:40:17 +0000 (19:40 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 10 Jun 2004 19:40:17 +0000 (19:40 -0000)
* UriTest.cs : Should not expect exception for Unix file path.

svn path=/trunk/mcs/; revision=29222

mcs/class/System/Test/System/ChangeLog
mcs/class/System/Test/System/UriTest.cs

index 50c70a78b6247d6a21f483a19fe6a154a8e08fdb..95b63d61d4213743ba811037452b6bc7dc6fa47f 100644 (file)
@@ -1,3 +1,7 @@
+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,
index f0d42fac244cae62d49d12b76f62e9e48bae065b..493254db93ad2ec7f92da4c2ae41165475395d1c 100644 (file)
@@ -300,7 +300,8 @@ namespace MonoTests.System
                        Assert ("#8", !uri.IsUnc);
                }
 
-               [Test, ExpectedException (typeof (UriFormatException))]
+               [Test]
+//             [ExpectedException (typeof (UriFormatException))]
                public void UncFail ()
                {
                        Uri uri = new Uri ("/home/user/dir/filename.ext");