Lower-case the host in Uri.TryCreate to match behavior of constructors
authorMartin Potter <martin.potter@logos.com>
Thu, 21 Aug 2014 13:43:52 +0000 (06:43 -0700)
committerMartin Potter <martin.potter@logos.com>
Thu, 21 Aug 2014 13:43:52 +0000 (06:43 -0700)
commit30c0309f15e7ba5497943af71b09dcabc15c7197
tree0c1f4488ea357c39d29cde774d9bc1758173ac49
parentf070b646f6fa4f72f6fc4bb8ae4f4fc3c31510a9
Lower-case the host in Uri.TryCreate to match behavior of constructors

On Microsoft's implementation of the Uri class, the contructors and TryCreate method both lower-case the host. This commit fixes the issue where the constructors lower-cased the host but the TryCreate method did not.
mcs/class/System/System/Uri.cs
mcs/class/System/Test/System/UriTest3.cs