- From: <bugzilla@jessica.w3.org>
- Date: Mon, 05 Nov 2012 19:54:46 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19868 Priority: P2 Bug ID: 19868 Assignee: tim@cbcl.co.uk Summary: [QT3TS] alternate result for XQST0046 test cases QA Contact: public-qt-comments@w3.org Severity: normal Classification: Unclassified OS: Windows XP Reporter: andrew.eisenberg@us.ibm.com Hardware: PC Status: NEW Version: Last Call drafts Component: XQuery 3 & XPath 3 Test Suite Product: XPath / XQuery / XSLT Test cases XQST0046_02, XQST0046_07, and XQST0046_10 all use namespace URI "%gg" and expect error XQST0046. I believe that this error is not required. Section 2.4.5, URI Literals, of XQuery says: XQuery 3.0 requires a statically known, valid URI in a URILiteral or a BracedURILiteral. An implementation may raise a static error [err:XQST0046] if the value of a URI Literal or a Braced URI Literal is of nonzero length and is neither an absolute URI nor a relative URI. Additionally, the query for XQST0046_10 contains a reference to a non-existent library module. import module "%gg" at "http://www.w3.org/"; 1 This test case should make reference to a valid library module. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 5 November 2012 19:54:48 UTC