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 29358 - ForExpr032: wrong dependency?
Summary: ForExpr032: wrong dependency?
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-05 03:25 UTC by Michael Dyck
Modified: 2016-01-05 17:41 UTC (History)
0 users

See Also:


Attachments

Description Michael Dyck 2016-01-05 03:25:40 UTC
In prod/ForClause.xml, test-case ForExpr032 has
    <dependency type="spec" value="XQ10+"/>
and the test-query starts with
    declare variable $j external := 1;
but the ":= VarDefaultValue" syntax wasn't added to VarDecl until XQuery 3.0,
so the dependency should probably be "XQ30+".
Comment 1 O'Neil Delpratt 2016-01-05 17:41:37 UTC
I have made the change to the test case as described in comment #0.