This commit is contained in:
David Beaumont 2020-08-16 17:38:03 +02:00 committed by David Beaumont
parent 2e56c4264a
commit 0da354bbca

View file

@ -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