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 20838 - [XT3TS] collations-0101 to 0124
Summary: [XT3TS] collations-0101 to 0124
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 15:29 UTC by Tim Mills
Modified: 2014-06-10 13:33 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2013-01-31 15:29:17 UTC
Is the collation_uri really meant to be "read /TestInputs/caseblind/readme.txt"?


   <test-case name="collations-0101">
      <description>Sort strings using a case-blind collation (see readme.txt)</description>
      <created by="Michael Kay" on="2012-11-07"/>
      <environment ref="collations-01"/>
      <dependencies>
         <spec value="XSLT20+"/>
         <statically_known_collations value="http://www.w3.org/xslts/collation/caseblind"/>
         <collation_uri value="read /TestInputs/caseblind/readme.txt"/>
      </dependencies>
      <test>
         <stylesheet file="collations-0101.xsl"/>
      </test>
      <result>
         <assert-xml file="collations-0101.out"/>
      </result>
   </test-case>
Comment 1 Abel Braaksma 2014-05-23 16:43:28 UTC
This bug was fixed in rev#184, 2013-04-04, but wasn't yet marked as resolved. The elements collation_uri and statically_known_collations have been replaced with the proper elements and uris.

Resolving the bug as fixed.
Comment 2 Tim Mills 2014-06-10 13:33:37 UTC
Thanks.