[Mono-bugs] [Bug 59301][Nor] Changed - OverflowException when parsing valid Decimal numbers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Jun 2004 08:53:12 -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=59301

--- shadow/59301	2004-06-08 16:41:03.000000000 -0400
+++ shadow/59301.tmp.1388	2004-06-11 08:53:12.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59301
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -47,6 +47,9 @@
 ------- Additional Comments From sebastien@ximian.com  2004-06-06 12:29 -------
 Note: 0.0000000000000000000000000000001 has too much 0 ;-) so it would
 produce an overflow.
 
 I added the 3 cases (2 ok, 1 overflow) into the unit tests (along with
 other failures).
+
+------- Additional Comments From sebastien@ximian.com  2004-06-11 08:53 -------
+Fixed in CVS.