[Mono-dev] [PATCH] Uri.IsWellFormedUriString should not throw an exception.

Bill Holmes billholmes54 at gmail.com
Tue Jan 27 13:10:08 EST 2009


With the changes I get a test failure.  I will not be committing this.

1) MonoTests.System.UriTest3.IsWellFormedUriString_BadUriKind :
System.ArgumentException was expected

On Sat, Jan 24, 2009 at 9:06 PM, Miguel De Icaza <miguel at novell.com> wrote:
> Hello Bill,
>
>  Any chance of redoing the code as suggested by Robert?
>
>  If so, it is OK to get this on the 2.4 branch.
>
> Miguel.
> On Jan 21, 2009, at 12:01 PM, Bill Holmes wrote:
>
>> Hi,
>>
>> The attached patch fixes the attached test.cs.
>>
>> Uri.IsWellFormedUriString calls the .ctor which throws an exception.
>> The .ctor throwing the exception is expected behavior,
>> IsWellFormedUriString throwing is not expected.
>>
>> I would also like to apply this to the 2.4 branch.
>>
>> -bill
>>
>> 2009-01-21  Bill Holmes  <billholmes54 at gmail.com>
>>
>>        * Uri.cs (IsWellFormedUriString):  Changing IsWellFormedUriString
>>          to not throw an exception but return false instead.
>>
>>        Contributed under MIT/X11 license.
>> <
>> test
>> .cs
>> >
>> <
>> IsWellFormedOriginalString
>> .patch>_______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


More information about the Mono-devel-list mailing list