From: Markus Scherer Date: Tue, 8 Jul 2014 01:21:57 +0000 (+0000) Subject: ICU-8962 test collation import from und=root X-Git-Tag: milestone-59-0-1~1798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aace462c2e23bf7bd53f5e5a6e7c53f5c4423255;p=icu ICU-8962 test collation import from und=root X-SVN-Rev: 36010 --- diff --git a/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt b/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt index 74c46cbc419..ec6a2c526b1 100644 --- a/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt +++ b/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt @@ -2410,3 +2410,32 @@ <1 ae <2 ä <3 Ä + +** test: import root search rules plus German phonebook rules, ICU ticket 8962 +@ locale de-u-co-search +* compare +<1 = +<1 ≠ +<1 a +<1 ae +<2 ä + +# Once more, but with runtime builder. +@ rules +[import und-u-co-search][import de-u-co-phonebk] +* compare +<1 = +<1 ≠ +<1 a +<1 ae +<2 ä + +# Once again, with import from "root" not "und" (as in a proper language tag). +@ rules +[import root-u-co-search][import de-u-co-phonebk] +* compare +<1 = +<1 ≠ +<1 a +<1 ae +<2 ä