mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-1245 returned failing test for /fixed a bug in adding prefixed contractions that have non contraction composed form (go figure).../
X-SVN-Rev: 6469
This commit is contained in:
parent
72eb3bc0c0
commit
f26268d1a5
1 changed files with 1 additions and 1 deletions
|
@ -3237,7 +3237,7 @@ void addMiscCollTest(TestNode** root)
|
|||
/*addTest(root, &TestBeforePrefixFailure, "tscoll/cmsccoll/TestBeforePrefixFailure");*/
|
||||
addTest(root, &TestPrefixCompose, "tscoll/cmsccoll/TestPrefixCompose");
|
||||
addTest(root, &TestStrCollIdenticalPrefix, "tscoll/cmsccoll/TestStrCollIdenticalPrefix");
|
||||
/*addTest(root, &TestPrefix, "tscoll/cmsccoll/TestPrefix");*/
|
||||
addTest(root, &TestPrefix, "tscoll/cmsccoll/TestPrefix");
|
||||
addTest(root, &TestNewJapanese, "tscoll/cmsccoll/TestNewJapanese");
|
||||
/*addTest(root, &TestLimitations, "tscoll/cmsccoll/TestLimitations");*/
|
||||
addTest(root, &TestNonChars, "tscoll/cmsccoll/TestNonChars");
|
||||
|
|
Loading…
Add table
Reference in a new issue