- From: <bugzilla@jessica.w3.org>
- Date: Fri, 09 Oct 2015 14:11:18 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29190
Bug ID: 29190
Summary: [QT3TS] K2-Axes-54
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: debbie@saxonica.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
XQuery 3.0 includes the error:
XQST0134: XQuery 3.0 does not support the namespace axis.
(With generalized wording in the XQuery 3.1 spec - XQST0134: The namespace axis
is not supported.)
So I think the following test should be split in two, a test for XQ10 which
expects error XPST0003, and a test for XQ30+ which expects the error XQST0134:
<test-case name="K2-Axes-54">
<description> The namespace axis is not recognized in
XQuery.</description>
<created by="Frans Englich" on="2007-11-26+01:00"/>
<dependency type="spec" value="XQ10+"/>
<test>namespace::*</test>
<result>
<error code="XPST0003"/>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 9 October 2015 14:11:25 UTC