[Bug 8129] New: [XQTS] CVS: location hints

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8129

           Summary: [XQTS] CVS: location hints
           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: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


According to the guidelines for running XQTS:

''The "at" keyword specifies an optional location hint. Location Hints can be
interpreted or disregarded in an implementation-dependent way. An
implementation can choose to use any of the location hints, or none at all.
Implementors testing a system that would only use one location hint may choose
rewrite the query to use a URI to a system specific module (which has done the
merge "by hand").''

A number of recently committed tests have used location hints for modules:

 modules-19 
 modules-20
 modules-21 
 modules-22
 modules-23 
 modules-24 
 modules-25 
 modules-26 
 modules-27 
 modules-28 

and for schemas:

 fn-datacomplextype-1
 fn-datamixedcontent-1

e.g.

import module namespace defs = "http://www.w3.org/TestModules/defs" at
"module3-
lib.xq";

Use of ' at ' is testing implementation-defined behaviour.

For instance, we attempt to use the location hint, fail to find the module and
raise XQST0059.


-- 
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 Friday, 30 October 2009 12:12:19 UTC