[Mono-bugs] [Bug 53959][Blo] Changed - Beta 3 DataSet problem round-tripping XML (Schema Inference Issue)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 01:24:40 -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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53959
--- shadow/53959 2004-06-03 16:18:44.000000000 -0400
+++ shadow/53959.tmp.21257 2004-06-15 01:24:40.000000000 -0400
@@ -1,22 +1,22 @@
Bug#: 53959
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: VERIFIED
-Resolution: FIXED
-Severity: Unknown
-Priority: Critical
+Status: REOPENED
+Resolution:
+Severity: 002 Two hours
+Priority: Blocker
Component: Sys.Data
AssignedTo: mono-bugs@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: MONO Beta 2 DataSet problem round-tripping XML (Schema Inference Issue)
+Summary: Beta 3 DataSet problem round-tripping XML (Schema Inference Issue)
OtherBugsDependingOnThis: 51851[INCOMPLETE]
Description of Problem:
MONO 0.30: If I use ReadXml(input.txt) and then immediately call WriteXml
(output.txt), the output format is incorrect. Certain XML attributes
have been modified to be XML elements. This appears to be a problem with
@@ -161,6 +161,15 @@
</xs:element>
</xs:schema>
------- Additional Comments From atsushi@ximian.com 2004-06-03 16:18 -------
Fixed in cvs.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-06-15 01:24 -------
+This bug is not fixed. Please run the testcase, it only outputs:
+<FullTextResponse>
+ <Domains />
+<FullTextResponse>
+
+Note the domain element is emply! (it should contain a few rows of
+data).