[Mono-bugs] [Bug 22198] Changed - switch cases with string literals fail to match properly

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 Mar 2002 16:40:36 -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=22198

--- shadow/22198	Wed Mar 20 01:10:51 2002
+++ shadow/22198.tmp.27665	Thu Mar 21 11:40:36 2002
@@ -1,14 +1,14 @@
 Bug#: 22198
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -56,6 +56,9 @@
                                 Console.WriteLine("But it hits the default");
                                 break;
                         }
                 }
         }
 }
+
+------- Additional Comments From lupus@ximian.com  2002-03-21 11:40 -------
+Fixed in cvs for both the jit and mint.