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 22281 - errors in test-case "Catalog014" from "app-CatalogCheck"
Summary: errors in test-case "Catalog014" from "app-CatalogCheck"
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
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: 2013-06-05 07:22 UTC by Sorin Nasoi
Modified: 2013-06-07 11:51 UTC (History)
0 users

See Also:


Attachments

Description Sorin Nasoi 2013-06-05 07:22:21 UTC
The description of the mentioned test-case is:
"Test that counts feature dependencies associated with testcases"

Still, the test-case is:

declare namespace fots = "http://www.w3.org/2010/09/qt-fots-catalog";
let $testfiles := //fots:test-set/@file/doc(resolve-uri(., base-uri(..)))
let $testsets := $testfiles/fots:test-set
for $testset in $testsets
return $testsets/@name

It could be that the test-case is wrong because of a TYPO:
because
return $testsets/@name

should have been
return $testset/@name

Also the test-case seems wrong because it does not do what the description suggests.
Comment 1 O'Neil Delpratt 2013-06-07 11:51:36 UTC
I think it was me that wrote this test. It looks like this is a half written test that has got its way into cvs. Therefore I am inclined to it.