[Bug 19281] New: [QT3TS] try-catch-fn-error-1

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

           Summary: [QT3TS] try-catch-fn-error-1
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: oneil@saxonica.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


This test shows a limitation of the current test suite. The "code" attribute is
an NCName, and the check assumes that the expected error is in the standard
error namespace.  In this test, the assumption does not hold.

  <test-case name="try-catch-fn-error-1" covers="fn-error">
    <description>Try-catch must match fn:error semantics.</description>
    <created by="Ghislain Fourny" on="2012-10-03"/>

    <test>fn:error(fn:QName("http://www.example.com/",
"example:EXER3141"))</test>
    <result>
      <error code="EXER3141"/>
    </result>
  </test-case>

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 5 October 2012 08:23:24 UTC