[Mono-bugs] [Bug 79468][Nor] Changed - XmlDocument.GetElementsByTagName results in ArgumentOutOfRangeException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 00:20:27 EDT 2006
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=79468
--- shadow/79468 2006-09-21 23:46:16.000000000 -0400
+++ shadow/79468.tmp.14852 2006-09-22 00:20:27.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79468
Product: Mono: Class Libraries
Version: 1.1
-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: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -57,6 +57,9 @@
private const string _xml = "<?xml version='1.0' encoding='UTF-8'?>"
+ "<ns0:DebtAmountRequest xmlns:ns0='http://whatever'>"
+ " <Signature xmlns='http://www.w3.org/2000/09/xmldsig#' />"
+ "</ns0:DebtAmountRequest>";
}
+
+------- Additional Comments From atsushi at ximian.com 2006-09-22 00:20 -------
+Oops, it was a silly bug. Fixed in svn (r65803).
More information about the mono-bugs
mailing list