Update UriBuilder.Path once the Uri has been created
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 17 Sep 2010 11:55:39 +0000 (07:55 -0400)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 17 Sep 2010 21:25:34 +0000 (17:25 -0400)
commit3eef6284539b90fa0eee2c1284b6690f615950f7
tree5b5289cb9def688a5dc077dafbdd4a860102aa2e
parentea0b6a1b472f7a9bd8da900e66996b867be03858
Update UriBuilder.Path once the Uri has been created

* System/UriBuilder.cs: Update UriBuilder.Path once the Uri has been
created using Uri.AbsolutePath

* 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.
mcs/class/System/System/UriBuilder.cs
mcs/class/System/Test/System/UriBuilderTest.cs