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 3611 - Test fn-sumdbl3args-6 answers are incorrect
Summary: Test fn-sumdbl3args-6 answers are incorrect
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-21 13:03 UTC by John Snelson
Modified: 2006-08-30 14:52 UTC (History)
0 users

See Also:


Attachments

Description John Snelson 2006-08-21 13:03:52 UTC
The test query is:

fn:sum((xs:double("-1.7976931348623157E308"),
  xs:double("-1.7976931348623157E308"),
  xs:double("1.7976931348623157E308")))

And the required results are one of:

-INF
-3.4028235E38

The second answer is blatently wrong, as shown by a quick inspection of the query. It ought to be changed to read "-1.7976931348623157E308", since this is the real answer.
Comment 1 Carmelo Montanez 2006-08-30 14:52:48 UTC
John:

You are correct.  I changed one of the expected results as suggested.

Thanks,
Carmelo