- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Jun 2013 07:22:21 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22281
Bug ID: 22281
Summary: errors in test-case "Catalog014" from
"app-CatalogCheck"
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: spungi@gmail.com
QA Contact: public-qt-comments@w3.org
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 5 June 2013 07:22:26 UTC