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 4193 - Static typing of schema-import-9 to 12, 21 to 30
Summary: Static typing of schema-import-9 to 12, 21 to 30
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 1.0.2
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 08:36 UTC by Tim Mills
Modified: 2010-03-16 15:58 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2007-01-11 08:36:54 UTC
These tests pass zero-or-more sequences to functions or operators expecting zero-or-one sequences.

(: Name: schema-import-9:)
(: Description: Evaluation of usage of xs:float type as argument to fn:abs(). :)


(: insert-start :)
import schema namespace atomic="http://www.w3.org/XQueryTest";
declare variable $input-context1 external;
(: insert-end :)

(fn:abs($input-context1//atomic:float)) eq xs:float(1.26743233E15)
Comment 1 Carmelo Montanez 2007-03-19 18:32:24 UTC
Hey Tim:

Thanks for the comment.  Fixed the tests to eliminate the static typing dependencies.

Thanks,
carmelo