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 17189 - [QT3TS] function-literal-066 and others
Summary: [QT3TS] function-literal-066 and others
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-25 13:23 UTC by Tim Mills
Modified: 2012-05-31 08:21 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2012-05-25 13:23:51 UTC
There are minor errors in

function-literal-066	  
function-literal-087	  
function-literal-088	  
function-literal-513	  
function-literal-514

e.g. wrong arity, wrong namespace.

I will commit fixes.
Comment 1 Michael Kay 2012-05-25 13:53:38 UTC
I've been working through these tests myself and have probably picked up these errors; let's see if our changes reconcile!
Comment 2 Tim Mills 2012-05-25 14:03:25 UTC
Ooops, sorry.

I appear to have broken function-literal-086.

<test>Q{http://www.w3.org/2005/xpath-functions/math}atan#2(1e0)</test>

should be 

<test>Q{http://www.w3.org/2005/xpath-functions/math}atan#1(1e0)</test>

Would you like to fix it, or shall I?
Comment 3 Michael Kay 2012-05-25 14:42:43 UTC
I'll fix it.

(In case you're wondering, my conversion of your function-lookup tests was done using a regex replace, which I got wrong in the case of functions with digits in their names, like atan2, so I did these by hand, getting some of them wrong).
Comment 4 Michael Kay 2012-05-29 09:29:16 UTC
These tests now appear to be OK.
Comment 5 Tim Mills 2012-05-31 08:21:09 UTC
Confirmed fixed.  Thanks.