[Mono-bugs] [Bug 51267][Nor] Changed - Broken mcs/class/System.XML/System.Xml/XmlTextReader.cs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Nov 2003 22:00:46 -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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/51267	2003-11-21 11:51:46.000000000 -0500
+++ shadow/51267.tmp.9551	2003-11-21 22:00:46.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51267
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rkumar@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -68,6 +68,10 @@
                         case XmlNodeType.Attribute:
 -                               return value.Substring (1, value.Length - 2);
 +                               return Value.Substring (1, Value.Length - 2);
                         case XmlNodeType.Element:
                                 if (IsEmptyElement)
                                         return String.Empty;
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-11-21 22:00 -------
+Thanks. It is fixed in cvs (As for the patch, that code block was too 
+old, so I could not apply ;-).