[Bug 3702] K-SeqDistinctValuesFunc-2 does not need to throw FOCH0002

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

           Summary: K-SeqDistinctValuesFunc-2 does not need to throw
                    FOCH0002
           Product: XML Query Test Suite
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: nick@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


The test for K-SeqDistinctValuesFunc-2:

distinct-values((1, 2, 3), "http://www.example.com/COLLATION/NOT/SUPPORTED")

expects error FOCH0002.

In the F&0 specification, 15.1.6, it says "The collation is used when string
comparison is required." String comparison is not required, and I cannot find
anything in the spec to say the collation should be tested anyway, so should
not (1,2,3) also be a valid result.

Received on Tuesday, 12 September 2006 16:15:30 UTC