[Mono-bugs] [Bug 59420][Min] Changed - SqlGuid.CompareTo is incorrect.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 06:40:49 -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 tsureshkumar@novell.com.

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

--- shadow/59420	2005-02-11 06:40:31.000000000 -0500
+++ shadow/59420.tmp.30994	2005-02-11 06:40:49.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 59420
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Sys.Data
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
@@ -79,6 +79,9 @@
 
 SqlGuid test1 = new SqlGuid("1AAAAAAA-BBBB-CCCC-DDDD-3EEEEEEEEEEE");
 SqlGuid test3 = new SqlGuid("1AAAAAAA-BBBB-CCCC-DDDD-1EEEEEEEEEEE");
 Assert ("#D01", Test1.CompareTo (Test3) == 0);
 
 
+
+------- Additional Comments From tsureshkumar@novell.com  2005-02-11 06:40 -------
+fixed in svn head.