[Bug 8129] [XQTS] CVS: location hints

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


Tim Mills <tim@cbcl.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #9 from Tim Mills <tim@cbcl.co.uk>  2010-05-20 10:54:31 ---
Having updated from CVS, these tests appear to remain broken.

validate-constraints-1
validate-constraints-2 
validate-constraints-3
validate-constraints-4 

There appears to be no <schema> element in the XQTSCatalog for constraints.xsd.

modules-19
modules-20
modules-21
modules-23
modules-24
Expected runtime error(s): XQST0036, was XQST0059
Failed to import the module with target namespace
'http://www.w3.org/TestModules/defs'.  The module was not found in the static
context and no location hints were supplied.

The <module> tags in <test-case> elements have namespace attributes which are
not in accordance with the specified modules, i.e.

 <module namespace="http://www.w3.org/TestModules/module1">module3-lib</module>

should be

 <module namespace="http://www.w3.org/TestModules/defs">module3-lib</module>


modules-25
modules-26
modules-27 (Q:\XQTS-CVS/) 
Expected runtime error(s): XQST0081, was XQST0012
Type 'http://www.w3.org/2001/XMLSchema:untypedAtomic' is not declared, or is
not a simple type.

This is because XML Schema attribute.xsd uses xs:untypedAtomic, which is not
defined in XML Schema.

modules-28 (Q:\XQTS-CVS/) 
Expected runtime error(s): XQST0093, was XQST0059
Failed to import the module with target namespace
'http://www.w3.org/TestModules/defs2'.  Import failed from
xqts:///modules-recursive2.xq.

modules-recursive2.xq uses a location hint.

-- 
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, 20 May 2010 10:54:36 UTC