- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 21 Aug 2006 13:03:52 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3611
Summary: Test fn-sumdbl3args-6 answers are incorrect
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: jsnelson@sleepycat.com
QAContact: public-qt-comments@w3.org
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.
Received on Monday, 21 August 2006 13:04:16 UTC