[Mono-bugs] [Bug 26056][Nor] Changed - decimal2string rounds differently than MS.NET
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 17 Jan 2003 18:05:02 -0500 (EST)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26056
--- shadow/26056 Mon Jun 10 10:39:56 2002
+++ shadow/26056.tmp.32319 Fri Jan 17 18:05:02 2003
@@ -1,22 +1,21 @@
Bug#: 26056
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: decimal2string rounds differently than MS.NET
The following sample program highlights the problem. MS.NET rounds the
value "up" whereas mono is rounding it "down".
-------------------------------------------------------------
using System;
@@ -37,6 +36,9 @@
Console.WriteLine("Expected <{0}> but got <{1}>",
expected_value, d.ToString("N", NfiUser));
return 1;
}
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-17 18:05 -------
+Fixed in CVS