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 5533 - CVS: fn-doc-33
Summary: CVS: fn-doc-33
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 12:46 UTC by Tim Mills
Modified: 2008-03-13 16:09 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2008-03-05 12:46:26 UTC
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.
Comment 1 Tim Mills 2008-03-13 16:08:48 UTC
This is now fixed.  Thanks.