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 8708 - [XQTS] missing schemas
Summary: [XQTS] missing schemas
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Nicolae Brinza
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 11:43 UTC by Oliver Hallam
Modified: 2010-05-19 15:40 UTC (History)
1 user (show)

See Also:


Attachments

Description Oliver Hallam 2010-01-11 11:43:34 UTC
The following tests refer to the schema with namespace http://www.w3.org/XQueryTest/someExamples:

fn-data-1
errata6-005
errata6-006
errata6-007

validate-constraints-4 also refers to a schema with namespace http://www.w3.org/constraints.

Neither of these schemas appear in the catalog however.
Comment 1 Andrew Eisenberg 2010-01-11 22:02:42 UTC
Schema examplesxsd, defined in the catalog and stored in TestSources/examples.xsd, defines target namespace http://www.w3.org/XQueryTest/someExamples. Perhaps I'm not understanding your concern.

A schema namespace issue has been raised on validate-constraints-1, 2, and 3 in Bug #8129. I've added a comment on validate-constraints-4 to this bug report.

Comment 2 Andrew Eisenberg 2010-01-11 22:19:39 UTC
By the way, I've updated the catalog stylesheet to better display information about schema sources.
Comment 3 Andrew Eisenberg 2010-02-15 20:11:25 UTC
Oliver, in comment #1 I said that I didn't understand your concern.

Please explain the problem that you see in more detail. If you no longer believe that there is a problem here, then please close this bug report.
Comment 4 Oliver Hallam 2010-03-15 11:51:48 UTC
It seems that we had the following (uncommented) line in our test runner, when loading schemas:

if (id != "examplesxsd")

I assume that when this file was originally checked in it must have conflicted with another schema.  Whatever the reason for it the bug was ours and not in the test suite so I am marking it RESOLVED INVALID.

Comment 5 Michael Kay 2010-03-25 23:01:30 UTC
I'm not sure why this has been closed.

The tests validate-constraints-1 to 4 still import a schema with namespace "http://www.w3.org/constraints", and there is still no schema with this namespace in the catalog.

Comment 6 Andrew Eisenberg 2010-03-29 15:26:43 UTC
Agreed. Bug #8129 changed a line in these 4 test cases from:

import schema namespace constraints = "http://www.w3.org/constraints" at "constraints.xsd"; 

to 

import schema namespace constraints = "http://www.w3.org/constraints";


Nicolae, I can't find this schema anywhere. Perhaps you didn't commit the file?

Comment 7 Nicolae Brinza 2010-05-19 15:40:57 UTC
Indeed, the file was missing. I have added it now.