[Mono-bugs] [Bug 34412][Min] Changed - need to check the value of a Guid attribute is correct

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 Nov 2002 17:14:26 -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 miguel@ximian.com.

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

--- shadow/34412	Thu Nov 21 09:50:43 2002
+++ shadow/34412.tmp.19940	Thu Nov 21 12:14:26 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,9 @@
 //[Guid ("00000000-0000-0000-0000-000000000000")]
 [Guid ("")]
 class T {static void Main() {}}
 
 A correct uuid value looks like the one commented out. The numbers are in
 hex format, IIRC.
+
+------- Additional Comments From miguel@ximian.com  2002-11-21 12:14 -------
+Fixed.