Fix Uri.ToString when forward slashes are used
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 15 Sep 2010 12:23:18 +0000 (08:23 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 15 Sep 2010 21:31:19 +0000 (17:31 -0400)
commit04cf7acf16cec6f9461caa156f11e90556867e93
treef1f3f17ba695afb2df1f6fe017aa917d6b3b886b
parent6b98267cb032e9e991bff56548467fe014dc04a8
Fix Uri.ToString when forward slashes are used

* System/Uri.cs: Fix ToString (Unescape) to ignore '\\' and let it be
outputed as %5C
* Test/System/UriTest2.cs: Add test case for above
mcs/class/System/System/Uri.cs
mcs/class/System/Test/System/UriTest2.cs