[Mono-bugs] [Bug 81451][Nor] Changed - inconsistency in the XMLReader
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 25 13:58:04 EDT 2007
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81451
--- shadow/81451 2007-04-25 11:20:10.000000000 -0400
+++ shadow/81451.tmp.16937 2007-04-25 13:58:03.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81451
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: mercier.eric at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -62,6 +62,9 @@
for (Skip (); depth <= Depth; Skip ())
if (NodeType == XmlNodeType.Element && localName == LocalName &&
namespaceURI == NamespaceURI)
return true;
return false;
}
+
+------- Additional Comments From atsushi at ximian.com 2007-04-25 13:58 -------
+Ah, you're right. Fixed in svn. Thanks.
More information about the mono-bugs
mailing list