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 3376 - Tests have an explicit location for schema
Summary: Tests have an explicit location for schema
Status: VERIFIED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.9.4
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 18:16 UTC by Alberto Massari
Modified: 2006-06-21 09:40 UTC (History)
0 users

See Also:


Attachments

Description Alberto Massari 2006-06-20 18:16:16 UTC
The tests qname-cast-1, qname-cast-2, qname-cast-3, qname-cast-4, notation-cast-2 and notation-cast-3 all have the line

import schema namespace myType = "http://www.w3.org/XQueryTest/userDefinedTypes" at "userdefined.xsd";

The location cannot be found unless the base-uri is set to the right folder; it would be better if the query didn't specify the location and let the catalog drive where the schema is.
Comment 1 Carmelo Montanez 2006-06-20 18:54:16 UTC
Alberto:

Thats is fine.  Changed the tests.  Test Suite runners, should then use the
namespace as the driving key to find the correct schema.

Thanks,
Carmelo