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 2716 - Constructor tests depending on schema validated data
Summary: Constructor tests depending on schema validated data
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.8.4
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 23:26 UTC by Jerome Simeon
Modified: 2006-06-22 13:00 UTC (History)
1 user (show)

See Also:


Attachments

Description Jerome Simeon 2006-01-14 23:26:35 UTC
The following document node constructors tests still depend on schema-validated
data:

Constr-docnode-constrmod-2
Constr-docnode-constrmod-4

The first depends on fn:data returning two atomic values.
The second depends on the atomic value being of type decimal, as the
literal representation is not of type xs:integer.

See also [Bug #1946] and [Bug 1997].

- Jerome
Comment 1 Jerome Simeon 2006-01-15 00:14:25 UTC
A similar problem for:
Constr-compattr-compname-9
which relies on the fact that the QName has been validated
already.
- Jerome
Comment 2 Jerome Simeon 2006-01-15 04:32:46 UTC
Similar problems for:

Constr-compattr-compname-9
Constr-compelem-constrmod-2
Constr-compelem-constrmod-4
Constr-compelem-constrmod-6
Constr-compelem-constrmod-8


- Jerome
Comment 3 Carmelo Montanez 2006-02-16 15:18:47 UTC
Jerome:

I will look into this.

Carmelo
Comment 4 Carmelo Montanez 2006-03-22 16:49:24 UTC
Jerome:

Looks as though the results of these queries will still be the same even if you choose to not validate the data (which is an option).  The other thing
that can be done is to add the error code for not supporting schema import.
Please comment.

Thanks,
Carmelo
Comment 5 Carmelo Montanez 2006-04-07 18:24:43 UTC
Jerome:

I ran the tests without the schema and added some extra expected outcome
for the tests.  The results are different when the schema is not used.  Please close the bug if in agreement and when able to verify.

Thanks,
Carmelo