Skip to content

Commit 8da8195

Browse files
authored
CLDR-19094 fix test error when cldr-archive not present (#5168)
1 parent 46777ca commit 8da8195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ public void TestMissingInfoForLanguage() throws IOException {
338338

339339
if (!TestCLDRPaths.canUseArchiveDirectory()) {
340340
warnln("Skipping - no cldr archive");
341+
return;
341342
}
342343

343344
final VersionInfo lastReleaseVi = ToolConstants.LAST_RELEASE_VI;

0 commit comments

Comments
 (0)