mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-21228 fix test broken by https://github.com/unicode-org/cldr/pull/615
This commit is contained in:
parent
2e56c4264a
commit
0da354bbca
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ public class SupplementalDataTest {
|
|||
public static void loadRegressionData() {
|
||||
Path cldrRoot = Paths.get(System.getProperty("CLDR_DIR"));
|
||||
regressionData = SupplementalData.create(CldrDataSupplier.forCldrFilesIn(cldrRoot));
|
||||
SupplementalDataInfo sdi =
|
||||
SupplementalDataInfo.getInstance(cldrRoot.resolve("common/supplemental").toString());
|
||||
likelySubtags = new LikelySubtags(sdi);
|
||||
likelySubtags = new LikelySubtags();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Reference in a new issue