[Mono-bugs] [Bug 52890][Nor] Changed - GroupCollection returns null object from string indexer when groupName is not found

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Mar 2004 14:38:13 -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 lluis@ximian.com.

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

--- shadow/52890	2004-01-14 21:33:20.000000000 -0500
+++ shadow/52890.tmp.7111	2004-03-30 14:38:13.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52890
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rduerden@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,9 @@
     Console.WriteLine( "found group" ); 
 else
     Console.WriteLine( "no group found" ); // outputs 'no group found' on 
 MS .NET
                 
 		}
+
+------- Additional Comments From lluis@ximian.com  2004-03-30 14:38 -------
+Fixed in CVS.