[Mono-dev] Patch to add two notworking tests (System.Net)

Alan McGovern alan.mcgovern at gmail.com
Sun Feb 11 09:05:53 EST 2007


You are testing english strings, so make sure you set the culture to english
at the start of your test.

Something like:
System.Threading.Thread.CurrentThread.Culture = CultureInfo.GetInfo
("en-IE");

should work for you.

Also, if you can run the test with the german culture (de-DE) and make it
pass on that aswell, then that'd be better still.

Alan.

On 2/11/07, Robert Jordan <robertj at gmx.net> wrote:
>
> Andrés G. Aragoneses [ knocte ] wrote:
> > Can someone review and commit the patch I added to bug 80766? It adds
> > two non-working tests. I will have the fix for the bug soon, hopefully.
>
> The tests don't pass on my German MS.NET, so if you want to test
> at that level you should preset the culture.
>
> Robert
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070211/08f0e875/attachment.html 


More information about the Mono-devel-list mailing list