mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4913 add tests for package level aliases
X-SVN-Rev: 18759
This commit is contained in:
parent
caafcceb8f
commit
aded11936e
2 changed files with 5 additions and 1 deletions
|
@ -2268,6 +2268,10 @@ static void TestResourceLevelAliasing(void) {
|
|||
}
|
||||
}
|
||||
}
|
||||
tb = ures_getByKey(aliasB, "testAliasToTree", tb, &status);
|
||||
if(U_FAILURE(status)){
|
||||
log_err("Fetching the resource with key %s failed. Error: %s\n", "testAliasToTree", u_errorName(status));
|
||||
}
|
||||
cleanup:
|
||||
ures_close(aliasB);
|
||||
ures_close(tb);
|
||||
|
|
2
icu4c/source/test/testdata/testaliases.txt
vendored
2
icu4c/source/test/testdata/testaliases.txt
vendored
|
@ -56,7 +56,7 @@ testaliases
|
|||
:alias { "te/zoneStrings/2/4" } //"PDT",
|
||||
:alias { "te/zoneStrings/2/5" } //"Los Angeles",
|
||||
}
|
||||
|
||||
testAliasToTree:alias{"/ICUDATA-coll/en/collations"}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue