- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 09 Jul 2009 12:37:22 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7095
Summary: modules-none: different URI in test and catalog
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
For test modules-none, the query has
import module namespace none="http://www.w3.org/TestModules/none" at
"empty-lib.xq";
while the catalog has
<module namespace="http://www.w3.org/TestModules/test1">empty-lib</module>
I think the test driver is entitled to expect that the module namespaces
imported by the query are the same as those named in the catalog. I think this
is an error in the catalog, and I propose to fix it by changing the catalog to
say
<module namespace="http://www.w3.org/TestModules/none">empty-lib</module>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 9 July 2009 12:37:30 UTC