mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-2679 fix failure
X-SVN-Rev: 13957
This commit is contained in:
parent
88b50711f4
commit
d344a45b5e
1 changed files with 4 additions and 4 deletions
|
@ -108,7 +108,7 @@ public class TestUScript extends TestFmwk {
|
|||
|
||||
final String[] testNames={
|
||||
/* test locale */
|
||||
"en", "en_US", "sr", "ta"," ___ ---ta" , "te_IN",
|
||||
"en", "en_US", "sr", "ta", "gu", "te_IN",
|
||||
"hi", "he", "ar",
|
||||
/* test abbr */
|
||||
"Hani", "Hang","Hebr","Hira",
|
||||
|
@ -124,12 +124,12 @@ public class TestUScript extends TestFmwk {
|
|||
"oriya", "runic", "sinhala", "syriac","tamil",
|
||||
"telugu", "thaana", "thai", "tibetan",
|
||||
/* test the bounds*/
|
||||
"ucas", "arabic","Yi","Zyyy"
|
||||
"Cans", "arabic","Yi","Zyyy"
|
||||
};
|
||||
final int[] expected ={
|
||||
/* locales should return */
|
||||
UScript.LATIN, UScript.LATIN,
|
||||
UScript.CYRILLIC, UScript.TAMIL, UScript.TAMIL,
|
||||
UScript.CYRILLIC, UScript.TAMIL, UScript.GUJARATI,
|
||||
UScript.TELUGU,UScript.DEVANAGARI,
|
||||
UScript.HEBREW, UScript.ARABIC,
|
||||
/* abbr should return */
|
||||
|
@ -145,7 +145,7 @@ public class TestUScript extends TestFmwk {
|
|||
UScript.ORIYA, UScript.RUNIC, UScript.SINHALA, UScript.SYRIAC, UScript.TAMIL,
|
||||
UScript.TELUGU, UScript.THAANA, UScript.THAI, UScript.TIBETAN,
|
||||
/* bounds */
|
||||
UScript.UCAS, UScript.ARABIC, UScript.YI, UScript.COMMON
|
||||
UScript.CANADIAN_ABORIGINAL, UScript.ARABIC, UScript.YI, UScript.COMMON
|
||||
};
|
||||
int i =0;
|
||||
int numErrors =0;
|
||||
|
|
Loading…
Add table
Reference in a new issue