[Mono-bugs] [Bug 73974][Nor] Changed - Serialization bug and patch to fix it
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 08:29:21 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73974
--- shadow/73974 2005-03-24 07:15:32.000000000 -0500
+++ shadow/73974.tmp.2347 2005-03-29 08:29:21.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73974
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: andrews@mainsoft.com
QAContact: mono-bugs@ximian.com
@@ -74,6 +74,12 @@
------- Additional Comments From andrews@mainsoft.com 2005-03-24 07:15 -------
OK, I created a testcase by myself. It does not make regressions with
my patch, but I'm not sure the testcase itself is checking bug #58007
correctly. It would be nice if bug #58007 would have a simple testcase
attached, so everyone can check it without registration, etc.
+
+------- Additional Comments From lluis@ximian.com 2005-03-29 08:29 -------
+A simple test has shown that the MS serializer only returns a single
+Object instance for the "b" field when the "b" element has no children
+nor attributes, and returns a XmlNode[] when it has children. I fixed
+the reader so it behaves in the same way.