- From: <bugzilla@jessica.w3.org>
- Date: Wed, 05 Jun 2013 07:00:42 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22279
Bug ID: 22279
Summary: error in 'Catalog010' and 'Catalog011' test-cases in
'app-CatalogCheck' test-set
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
Both mentioned test-cases try to load the changes.xml file without providing a
correct URI:
instead of:
let $changes := doc(resolve-uri('changes.xml',
base-uri(.)))//change/@id/string()
the test-cases use
let $changes := doc('../changes.xml')//change/@id/string()
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 5 June 2013 07:00:47 UTC