[Mono-bugs] [Bug 56740][Min] Changed - Decimal value does not hold its digits

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 12:24:29 -0400 (EDT)


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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56740

--- shadow/56740	2004-06-08 16:42:50.000000000 -0400
+++ shadow/56740.tmp.7255	2004-06-16 12:24:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56740
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,12 @@
 the constant value already misses the digits information).
 
 Some of System.Data tests fail depending on this.
 
 ------- Additional Comments From atsushi@ximian.com  2004-06-05 13:34 -------
 *** Bug 59425 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From sebastien@ximian.com  2004-06-16 12:24 -------
+Fixed in CVS.
+
+It may not be 100% perfect if some mathematical operations are done on
+the decimal number (see #60227 for details).