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 7095 - modules-none: different URI in test and catalog
Summary: modules-none: different URI in test and catalog
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Mary Holstege
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-09 12:37 UTC by Michael Kay
Modified: 2009-12-08 16:35 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2009-07-09 12:37:21 UTC
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>
Comment 1 Mary Holstege 2009-12-08 16:35:17 UTC
Looks like this is fixed.