[Bug 5533] CVS: fn-doc-33

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

           Summary: CVS: fn-doc-33
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


This test has an order by clause:

       for $i in $root//QObject/local:drawDiagram(.)
       order by string($i)
       return $i

but because some of the values being sorted are equal, I think a "stable"
modifier needs to be added to make the test results comparable.

Received on Wednesday, 5 March 2008 12:46:35 UTC