[Mono-bugs] [Bug 22140] Changed - icall for decimal2string fails test

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 Mar 2002 17:12:23 -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 lupus@ximian.com.

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

--- shadow/22140	Tue Mar 19 11:02:45 2002
+++ shadow/22140.tmp.28136	Thu Mar 21 12:12:23 2002
@@ -1,14 +1,14 @@
 Bug#: 22140
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,10 @@
 		string s = d.ToString("F", 
 NumberFormatInfo.InvariantInfo);
 		int i = s.CompareTo("12.35");
 		return i;
 	}
 }
+
+------- Additional Comments From lupus@ximian.com  2002-03-21 12:12 -------
+Are you sure this is the decimal2string fault and not in the format
+methods?