[Mono-bugs] [Bug 41522][Nor] Changed - Enum.Format Improper Formats

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 30 Apr 2003 02:54:14 -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 gonzalo@ximian.com.

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

--- shadow/41522	Thu Apr 17 21:00:26 2003
+++ shadow/41522.tmp.26446	Wed Apr 30 02:54:14 2003
@@ -1,14 +1,14 @@
 Bug#: 41522
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -62,6 +62,11 @@
 		
 		Assertion.AssertEquals ("TC-007gx",
 				invalidValue,
 				Enum.Format (typeof (E2), invalidValue, "g"));
 	}
 }
+
+------- Additional Comments From gonzalo@ximian.com  2003-04-30 02:54 -------
+Fixed in CVS.
+
+Thanks for reporting!