[Mono-bugs] [Bug 57368][Maj] Changed - Exception loading in LoadXml

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Apr 2004 20:55:15 -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 atsushi@ximian.com.

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

--- shadow/57368	2004-04-21 16:15:03.000000000 -0400
+++ shadow/57368.tmp.2455	2004-04-21 20:55:15.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 57368
 Product: Mono: Class Libraries
 Version: unspecified
 OS: other
 OS Details: Fedora Core 1
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
-Component: Sys.XML
+Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: leendert.versluijs@capgemini.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -38,6 +38,9 @@
 			doc.LoadXml( xml );
 			Console.WriteLine( doc.InnerXml );
 			Console.Read();
 		}
 	}
 }
+
+------- Additional Comments From atsushi@ximian.com  2004-04-21 20:55 -------
+Maybe you're not using the latest cvs. It is already fixed.