Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77655 --- shadow/77655 2006-02-27 14:47:46.000000000 -0500 +++ shadow/77655.tmp.14196 2006-02-27 14:47:46.000000000 -0500 @@ -0,0 +1,27 @@ +Bug#: 77655 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [PATCH] NumberFormatter tests fail due to current culture assumptions + +Some NumberFormatter related tests fail on systems that have a culture +that does not have a dot as decimal separator. + +The attached patch fixes tests by either changing the current culture to +a specific culture (and restoring the original culture after the test has +finished), or by explicitly specifying the culture to use in the Parse +method. + +Let me know if it's ok to commit this patch. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
