[Bug 21891] New: try-catch-all-dynamic-errors-caught-...

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

            Bug ID: 21891
           Summary: try-catch-all-dynamic-errors-caught-...
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: christian.gruen@gmail.com
        QA Contact: public-qt-comments@w3.org

Test "try-catch-all-dynamic-errors-caught-7"...

  try { validate { document { <a/>, <b/> }} } catch err:XQDY0061 { "Invalid
document." }

...should also accept XQST0075 as error code (Validation not supported).

Test "try-catch-all-dynamic-errors-caught-15"...

  try { 10000000000000000000000000001 - 10000000000000000000000000000 } catch
err:FAOR0002 { 1 }

...should catch FOAR0002 (typo).

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

Received on Wednesday, 1 May 2013 09:46:11 UTC