This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20518 - [QT3TS] test cases depend on Schema Aware Feature
Summary: [QT3TS] test cases depend on Schema Aware Feature
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Tim Mills
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-26 21:50 UTC by Andrew Eisenberg
Modified: 2013-01-04 18:56 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2012-12-26 21:50:12 UTC
Test cases XQDY0061 and XQTY0030 depend on the Schema Aware Feature.

The queries they contain are:

validate lax { document {'hello'} }

and 

validate strict { () }


They should either be marked as requiring the Schema Aware Feature or they should accept error XQST0075. We say:

"If an XQuery implementation does not provide the Schema Aware Feature, it MUST raise a static error [err:XQST0009] if it encounters a schema import, and it MUST raise a static error [err:XQST0075] if it encounters a validate expression."
Comment 1 Tim Mills 2013-01-04 08:58:17 UTC
Fixed by adding dependencies.  Please mark as CLOSED if you agree with the resolution. Otherwise, REOPEN.