Added UriPermutationsTest.PercentageEncoding_AbsolutePath.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 24 Jul 2014 17:04:40 +0000 (18:04 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 24 Jul 2014 17:04:40 +0000 (18:04 +0100)
mcs/class/System/Test/System/UriPermutationsTest.cs

index 8f24b40df18974a2b8f36ae0aebeae28680ded3a..66e63dad12d3a6aed4c274c8cd4981a514683ce5 100644 (file)
@@ -222,6 +222,12 @@ namespace MonoTests.System {
                        TestPercentageEncoding (uri => uri.AbsoluteUri);
                }
 
+               [Test]
+               public void PercentageEncoding_AbsolutePath ()
+               {
+                       TestPercentageEncoding (uri => uri.AbsolutePath);
+               }
+
                [Test]
                public void PercentageEncoding_Fragment ()
                {