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 21900 - FOAR0002-5
Summary: FOAR0002-5
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: 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-05-02 11:34 UTC by Christian Gruen
Modified: 2013-05-02 18:45 UTC (History)
0 users

See Also:


Attachments

Description Christian Gruen 2013-05-02 11:34:15 UTC
The test case "FOAR0002-5" with the following query...

  xs:dayTimeDuration('P5999999999999999999DT00H00M01S') div xs:dayTimeDuration('P0DT00H00M0.000001S')

..should also accept "FODT0002" as error. It may be thrown by the first cast if the processing implementation cannot handle that large inputs.
Comment 1 O'Neil Delpratt 2013-05-02 13:58:42 UTC
I agree. Test case has been changed accordingly