mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-22922 Integrate CLDR 47 release alpha1, part 5, updated unit test, again
This commit is contained in:
parent
4e1d9b30a5
commit
95afc45afa
1 changed files with 3 additions and 3 deletions
|
@ -570,10 +570,10 @@ public class LocaleMatcherTest extends CoreTestFmwk {
|
|||
public void testAsymmetry() {
|
||||
LocaleMatcher matcher;
|
||||
matcher = new LocaleMatcher("mul, de");
|
||||
assertEquals("de", matcher.getBestMatch("gsw").toString()); // af => nl
|
||||
assertEquals("de", matcher.getBestMatch("gsw").toString()); // gsw => de
|
||||
|
||||
matcher = new LocaleMatcher("mul, af");
|
||||
assertEquals("mul", matcher.getBestMatch("nl").toString()); // but nl !=> af
|
||||
matcher = new LocaleMatcher("mul, gsw");
|
||||
assertEquals("mul", matcher.getBestMatch("de").toString()); // but de !=> gsw
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue