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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
