- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 25 Jul 2006 10:37:23 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3532 Summary: fn-collection tests Product: XML Query Test Suite Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: XML Query Test Suite AssignedTo: andrew.eisenberg@us.ibm.com ReportedBy: mike@saxonica.com QAContact: public-qt-comments@w3.org One might expect that the tests in the fn-collection series (for example, fn-collection-4) (in CVS) would be testing the fn-collection function. In fact, they don't call the fn-collection function. What they appear to be doing (it's not actually documented) is that they expect the test driver to build a sequence containing a number of document nodes, and to supply this sequence as a parameter to the query. They are testing the ability to supply a sequence of document nodes as the value of a parameter, not testing the fn:collection() function. A product can pass these tests without actually supporting the fn:collection() function, provided that sufficient work is done to implement the necessary code in the test driver.
Received on Tuesday, 25 July 2006 10:37:44 UTC