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 22278 - prod/SchemaImport.xml contains a schema with a wrong namespace
Summary: prod/SchemaImport.xml contains a schema with a wrong namespace
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 06:39 UTC by Sorin Nasoi
Modified: 2013-06-05 10:20 UTC (History)
0 users

See Also:


Attachments

Description Sorin Nasoi 2013-06-05 06:39:10 UTC
From prod/SchemaImport.xml, line 78:

<schema uri="http://www.w3.org/XQueryTest/substitution11"
        file="SchemaImport/emptyUnion11.xsd"
        xsd-version="1.1">
  <description>XSD 1.1 schema: empty union type.</description>
  <created by="Michael Kay" on="2013-05-21"/>
</schema>


Target namespace for 'SchemaImport/emptyUnion11.xsd' is 
"http://www.w3.org/XQueryTest/emptyUnion11"

For this reason test-case "Catalog004" from "app-CatalogCheck" is failing.
Comment 1 O'Neil Delpratt 2013-06-05 10:20:52 UTC
Target corrected.