[Mono-bugs] [Bug 77112][Nor] New - [PATCH ] XmlAttributes.XmlDefaultValue should be null and XmlIgnore fix

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 28 12:11:25 EST 2005


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 gert.driesen at pandora.be.

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

--- shadow/77112	2005-12-28 12:11:25.000000000 -0500
+++ shadow/77112.tmp.4652	2005-12-28 12:11:25.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 77112
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH ] XmlAttributes.XmlDefaultValue should be null and XmlIgnore fix
+
+In the 2.0 profile, XmlAttributes.XmlDefaultValue must be null instead of 
+DBNull.Value.
+
+Also, previously we would only ignore custom attributes after we 
+encountered the XmlIgnore attribute. Meaning, if the XmlIgnore attribute 
+was not returned first, then any attribute that we found before the 
+XmlIgnore attribute was still processed. This is ofcourse wrong.
+
+The attached patch fixes both issues, and adds unit tests.
+
+Can someone review this patch and let me know whether its ok to commit ?


More information about the mono-bugs mailing list