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 2932 - Type/value mismatches in ExternalVariableWith tests
Summary: Type/value mismatches in ExternalVariableWith tests
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.8.6
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-23 18:19 UTC by Jerome Simeon
Modified: 2006-03-21 16:58 UTC (History)
0 users

See Also:


Attachments

Description Jerome Simeon 2006-02-23 18:19:42 UTC
extvardeclwithtype-2
extvardeclwithtype-3
extvardeclwithtype-4
extvardeclwithtype-6
extvardeclwithtype-7

  The variable is declared of type xs:date, xs:integer, xs:double,
  xs:float, xs:decimal, but is bound to a value of type
  xs:string. This should raise a type error.

extvardeclwithtype-14

  The variable is declared of type xs:integer, but is bound to a value
  of type xs:decimal. This should raise a type error.

extvardeclwithtype-18

  The variable is declared of type xs:float, but is bound to a value
  of type xs:decimal. This should raise a type error.

extvardeclwithtype-22

  The variable is declared of type xs:boolean, but is bound to a value
  of type xs:integer. This should raise a type error.

- Jerome
Comment 1 Carmelo Montanez 2006-03-14 22:10:28 UTC
Jerome:

I need to discuss this further with the Task Force.  Will have
a resolution by Friday.

Carmelo
Comment 2 Carmelo Montanez 2006-03-21 16:58:08 UTC
Hey Jerome:

Thanks.  You are correct.  Corrected tests to make sure the types match on both queries.

Thanks,
carmelo