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 14341 - [QT3TS] combined-errors-1 missing files
Summary: [QT3TS] combined-errors-1 missing files
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 10:43 UTC by Tim Mills
Modified: 2012-05-18 13:15 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2011-09-30 10:43:00 UTC
The modules required for this test don't appear to be checked in.

  <test-case name="combined-errors-1">
      <description> Evaluates simple module import to generate error code if feature not supported. </description>
      <created by="Carmelo Montanez" on="2006-06-06"/>
      <module uri="http://www.w3.org/TestModules/defs" file="CombinedErrorCodes/moduleDefs-lib.xq"/>
      <module uri="http://www.w3.org/TestModules/test1" file="CombinedErrorCodes/test1-lib.xq"/>
      <test>import module namespace defs="http://www.w3.org/TestModules/defs"; "ABC"</test>
      <result>
         <any-of>
            <assert-string-value>ABC</assert-string-value>
            <error code="XQST0016"/>
         </any-of>
      </result>
   </test-case>
Comment 1 O'Neil Delpratt 2012-05-18 09:33:15 UTC
The module now appears to be in cvs
Comment 2 Tim Mills 2012-05-18 13:15:53 UTC
Confirmed fixed.