[Mono-bugs] [Bug 71671][Nor] New - [PATCH] IntegerFormatter needs array access help

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Jan 2005 11:12:52 -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 ndrochak@gol.com.

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

--- shadow/71671	2005-01-24 11:12:52.000000000 -0500
+++ shadow/71671.tmp.14539	2005-01-24 11:12:52.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 71671
+Product: Mono: Class Libraries
+Version: 1.0
+OS: other
+OS Details: Ubuntu 4.10
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ndrochak@gol.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] IntegerFormatter needs array access help
+
+IntegerFormatter shows a bug with the nunit tests. The following patch 
+helps fix this.
+
+The temporary variable helps to prevent the test failure, but doesn't 
+address the real issue, which is why the heck does the array access seem 
+to give back the wrong item?
+
+I couldn't get a smaller test case to exhibit the same issue.
+
+See attachment