[Mono-bugs] [Bug 23354] Changed - Decimal.ToString() handles format "g4" incorrectly

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 May 2002 20:52:48 -0000


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 ds98rito@thn.htu.se.

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

--- shadow/23354	Thu Apr 25 10:11:11 2002
+++ shadow/23354.tmp.27863	Thu May 23 16:52:48 2002
@@ -1,13 +1,13 @@
 Bug#: 23354
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
@@ -59,7 +59,23 @@
 
 ~/work/tests $ ./bug23345.exe
 1,2e+04
 ~/work/tests $ mono ./bug23345.exe
 1.2e+04
 RESULT: 0
+
+
+------- Additional Comments From ds98rito@thn.htu.se  2002-05-23 16:52 -------
+
+This bug can not be reproduced anymore.
+Adding a Console.WriteLine to the test case prints out the correct value.
+
+
+[toor@~]$ mono lalle.exe 
+1.2e+04
+
+I set this as FIXED. Objections?
+
+
+
+/Richard