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 5794 - CVS: K-compareFunc-15
Summary: CVS: K-compareFunc-15
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-06-24 12:36 UTC by Tim Mills
Modified: 2008-06-26 11:10 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2008-06-24 12:36:04 UTC
This query should also expect false, since two strings which are identical will always compare equal regardless of the collation.

(:*******************************************************:)
(: Test: K-compareFunc-15                                :)
(: Written by: Frans Englich                             :)
(: Date: 2007-11-22T11:31:22+01:00                       :)
(: Purpose: A test whose essence is: `empty(compare("a string", "a string", "htt
p://www.example.com/COLLATION/NOT/SUPPORTED"))`. :)
(:*******************************************************:)
empty(compare("a string", "a string",
                        "http://www.example.com/COLLATION/NOT/SUPPORTED"))
Comment 1 Frans Englich 2008-06-24 13:34:37 UTC
Should be fixed in CVS.
Comment 2 Tim Mills 2008-06-26 11:10:07 UTC
Thanks.