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 13404 - [CVS] revalidate-valtrans-ins-003
Summary: [CVS] revalidate-valtrans-ins-003
Status: NEW
Alias: None
Product: XQuery Update Facility Test Suite
Classification: Unclassified
Component: XQuery Update Facility Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-28 12:21 UTC by Tim Mills
Modified: 2012-12-04 00:52 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2011-07-28 12:21:09 UTC
This query uses a module, however, there's no <module> in the catalog.

I suggest moving valtrans-ins-003-mod1.xq into TestSources and adding

      <module ID="valtrans-ins-003-mod" 
              FileName="TestSources/valtrans-ins-003-mod1.xq" 
              Creator="...">
         <description last-mod="...">Library module for "revalidate-valtrans-ins-003" query</description>
      </module>

to the catalog, and modifying the query catalog entry to include:

 <module namespace="http://www.w3.org/xqupd/tests/ns/valtrans-ins-003">valtrans-ins-003-mod</module>

It should probably also accept the error code XQST0016 (module feature not supported).