[Bug 4028] nodexpression23 assumes particular ordering

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4028

           Summary: nodexpression23 assumes particular ordering
           Product: XML Query Test Suite
           Version: 1.0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: anthony@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


"XQuery 1.0 and XPath 2.0 Data Model" specifies that: "The relative order of
nodes in distinct trees is stable but implementation-dependent". 

The test nodeexpression23 seems to be assuming a particular ordering of nodes
in distinct trees:

<a>50000</a> << $input-context1/works[1]/employee[1]/empnum[1]

(expected result = "true")

Received on Friday, 1 December 2006 14:59:22 UTC