[Mono-bugs] [Bug 79756][Nor] New - Enumeration facet needs to be compared in value space, not lexical space
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 27 12:16:00 EDT 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79756
--- shadow/79756 2006-10-27 12:16:00.000000000 -0400
+++ shadow/79756.tmp.9912 2006-10-27 12:16:00.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 79756
+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: atsushi at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Enumeration facet needs to be compared in value space, not lexical space
+
+Currently we fail at
+standalone_tests/xsd-test-suite/msxsdtest/identityConstraint/idc_datatypes/str_float_float.xsd,
+i.e.
+
+<xs:restriction base="xs:float">
+ <xs:enumeration value="1"/>
+</xs:restriction>
+
+... won't match "1.0".
+
+It is because enumeration facet values are compared in lexical space, not
+value space.
+
+Unlikely be fixed before 1.2.
More information about the mono-bugs
mailing list