[Mono-bugs] [Bug 48931][Nor] Changed - XPath SelectNodes yields incorrect results
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Sep 2003 08:21:56 -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 ginga@kit.hi-ho.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=48931
--- shadow/48931 2003-09-26 05:55:20.000000000 -0400
+++ shadow/48931.tmp.28678 2003-09-26 08:21:56.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48931
Product: Mono/Class Libraries
Version: unspecified
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: alp@atoker.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -45,6 +45,9 @@
node.InnerXml = "<include id='new' />";
XmlNode new_include = node.SelectSingleNode ("//include");
Console.WriteLine (new_include.OuterXml);
}
}
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-09-26 08:21 -------
+Fixed in cvs. Thanks.