[Mono-bugs] [Bug 32839][Wis] Changed - XmlNode.InnerXml is not overwriting the old data

bugzilla-daemon@ximian.com bugzilla-daemon@ximian.com
Thu, 20 Mar 2003 11:38:19 -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=32839

--- shadow/32839	Sun Oct 27 22:33:51 2002
+++ shadow/32839.tmp.25596	Thu Mar 20 11:38:19 2003
@@ -1,12 +1,12 @@
 Bug#: 32839
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: CLOSED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
@@ -18,6 +18,9 @@
 
 XmlNode.InnerXml appends new data after old data, instead of overwriting
 the old data.
 
 ------- Additional Comments From gonzalo@ximian.com  2002-10-27 22:33 -------
 test case?
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-03-20 11:38 -------
+It was fixed in cvs. See XmlElementTests.InnerXmlSetter() testcase.