[Mono-bugs] [Bug 77688][Min] Changed - Different AttributeType
returned under Mono framework compared to Microsoft framework
for XMLSchema.xsd.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 2 13:53:24 EST 2006
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 matt.ward.bugs at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77688
--- shadow/77688 2006-03-01 22:24:13.000000000 -0500
+++ shadow/77688.tmp.14124 2006-03-02 13:53:24.000000000 -0500
@@ -144,6 +144,22 @@
------- Additional Comments From atsushi at ximian.com 2006-03-01 15:05 -------
Can you also please describe *how* MS and Mono implementations are
different, so that you are not saying that Mono should duplicate MS
bug (I especially doubts it since there is such a test that "fails"
under 2.0. In general, 2.0 is MUCH better than buggy 1.1 implementation).
+
+------- Additional Comments From matt.ward.bugs at googlemail.com 2006-03-02 13:53 -------
+MixedAttributeDataTypeIsNotNull
+MixedAttributeDataTypeIsBool
+MixedAttributeSimpleTypeIsNull
+
+All of the above tests pass under Microsoft .NET 1.1. The tests all
+fail under Mono 1.1.
+
+The MixedAttributeDataTypeIsBool test fails under .NET 2.0, so this
+looks like a bug in Microsoft's .NET 1.1 framework.
+
+The mixed attribute is defined as:
+
+<xs:attribute name="mixed" type="xs:boolean" use="optional"
+default="false">
More information about the mono-bugs
mailing list