[Mono-bugs] [Bug 77655][Nor] New - [PATCH] NumberFormatter tests
fail due to current culture assumptions
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 27 14:47:46 EST 2006
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 gert.driesen at pandora.be.
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: mono-bugs at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list