Skip to content

Commit

Permalink
ICU-21228 fix test broken by unicode-org/cldr#615
Browse files Browse the repository at this point in the history
  • Loading branch information
hagbard committed Aug 16, 2020
1 parent 0eed480 commit ebdec38
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebdec38

Please sign in to comment.