[Mono-bugs] [Bug 48372][Wis] Changed - We should remove checkMultipleAttributes code in XmlTextWriter

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Sep 2003 08:23:34 -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=48372

--- shadow/48372	2003-09-10 18:33:38.000000000 -0400
+++ shadow/48372.tmp.28711	2003-09-26 08:23:34.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 48372
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 001 One hour
 Priority: Wishlist
 Component: System.XML
 AssignedTo: ginga@kit.hi-ho.ne.jp                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -30,6 +30,9 @@
 System.Xml.XmlTextWriter::WriteStartAttribute(string,string,string)
 
 We could conserve this memory if we get rid of the multiple attributes check.
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-09-10 18:33 -------
 mmm, is the code actually needed for any namespace related things?
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-09-26 08:23 -------
+This is already fixed too.