[Mono-bugs] [Bug 78892][Min] Changed - ImageFormat.ToString() should be human readable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 19 21:57:18 EDT 2006


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 sebastien at ximian.com.

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

--- shadow/78892	2006-07-19 21:21:04.000000000 -0400
+++ shadow/78892.tmp.22732	2006-07-19 21:57:18.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 78892
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Sys.Drawing.
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: scottell.lists at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -50,6 +50,10 @@
 		ImageFormat png = new ImageFormat (ImageFormat.Png.Guid);
 		Console.WriteLine (png);
 		Console.WriteLine (ImageFormat.Png);
 	}
 }
 
+
+------- Additional Comments From sebastien at ximian.com  2006-07-19 21:57 -------
+Fixed in SVN r62781 and added new test cases in r62782.
+Thanks for the test case!


More information about the mono-bugs mailing list