[Mono-bugs] [Bug 56770][Min] Changed - Constructor for XmlParserContext doesn't like lots of nulls

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Apr 2004 22:32:03 -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 atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56770

--- shadow/56770	2004-04-09 21:29:17.000000000 -0400
+++ shadow/56770.tmp.23510	2004-04-09 22:32:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56770
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-gnome-bugs@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -62,6 +62,9 @@
 else
     this.NameTable = nt;
 
 
 Which clearly won't work if nt and nsMgr are both null. Unfortunately I am
 not sure what this.nameTable should be set to in that case.
+
+------- Additional Comments From atsushi@ximian.com  2004-04-09 22:32 -------
+Just setting new NameTable should be fine. Fixed in cvs.