- From: <bugzilla@jessica.w3.org>
- Date: Sun, 09 Jan 2011 01:42:45 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11701
Summary: [XQTS] incorrect expectation of XPST0003 (parse error)
Product: XML Query Test Suite
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: benjie.nguyen@gmail.com
ReportedBy: jmdyck@ibiblio.org
QAContact: public-qt-comments@w3.org
Test-cases:
modules-pub-priv-{1,2,3,4} and map-903
all have
<expected-error spec-version="1.0">XPST0003</expected-error>
but this is incorrect, as the queries are all valid instances of the XQuery 1.0
grammar. Those lines should be deleted from the catalog.
(All the test-cases also have
<expected-error spec-version="1.0">XQST0031</expected-error>
which is correct.)
Also, test-case
K2-DirectConElem-53
has
<expected-error>XPST0003</expected-error>
which is correct for XQuery 1.0, but not 3.0. The query is:
namespace {"p"} {"abc"}
which is a valid instance of the 3.0 grammar. (But here I'm not sure what the
expected results *should* be.)
--
Configure bugmail: http://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 Sunday, 9 January 2011 01:43:02 UTC