[Bug 21263] New: missing XSD 1.0 dependency or alternate result for XSD 1.1

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21263

            Bug ID: 21263
           Summary: missing XSD 1.0 dependency or alternate result for XSD
                    1.1
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: spungi@gmail.com
        QA Contact: public-qt-comments@w3.org

The test cases:
"K2-SeqExprCast-231" and "K2-SeqExprCast-232" from "prod-CastExpr" are missing
XSD 1.0 dependency or alternate result for XSD 1.1:

<test-case name="K2-SeqExprCast-231">
 <description> '+INF' is not a valid value for xs:double.</description>
 <created by="Frans Englich" on="2007-11-26"/>
 <test>xs:double("+INF")</test>
 <result>
  <error code="FORG0001"/>
 </result>
</test-case>

<test-case name="K2-SeqExprCast-232">
 <description> '+INF' is not a valid value for xs:float.</description>
 <created by="Frans Englich" on="2007-11-26"/>
 <test>xs:float("+INF")</test>
 <result>
  <error code="FORG0001"/>
 </result>
</test-case>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 13 March 2013 00:42:53 UTC