[Mono-bugs] [Bug 26855][Nor] Changed - XmlElement.NamespaceUri bug
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Jul 2002 16:26:55 -0000
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 jason@injektilo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=26855
--- shadow/26855 Thu Jul 11 09:17:00 2002
+++ shadow/26855.tmp.12033 Fri Jul 12 12:26:55 2002
@@ -1,13 +1,13 @@
Bug#: 26855
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: piersh@friskit.com
QAContact: mono-bugs@ximian.com
@@ -22,6 +22,11 @@
------- Additional Comments From lupus@ximian.com 2002-07-09 06:43 -------
Could you provide a simple test case that we can run against either
the ms and mono implementations? Thanks.
------- Additional Comments From piersh@friskit.com 2002-07-11 09:16 -------
okay, I added XmlElementTests.CreateElement3WithNullNamespace
+
+------- Additional Comments From jason@injektilo.org 2002-07-12 12:26 -------
+XmlDocument.CreateElement() now checks for nulls for the prefix and
+namespaceURI parameters and converts them to String.Empty, if
+necessary.