Skip to content

Commit

Permalink
CLDR-16393 reinstate some tests that depend on cldr-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 30, 2023
1 parent 9c7a294 commit 3458c9d
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
import org.unicode.cldr.util.SupplementalDataInfo;
import org.unicode.cldr.util.SupplementalDataInfo.PluralInfo;
import org.unicode.cldr.util.SupplementalDataInfo.PluralType;
import org.unicode.cldr.util.TestCLDRPaths;
import org.unicode.cldr.util.XMLFileReader;
import org.unicode.cldr.util.XPathParts;
import org.xml.sax.ErrorHandler;
Expand Down Expand Up @@ -1196,9 +1197,7 @@ public void TestDtdCompleteness() {

public void TestBasicDTDCompatibility() {

if (logKnownIssue(
"cldrbug:16393",
"Comment out until we detect whether to enable cldr-archive for unit tests")) {
if (!TestCLDRPaths.canUseArchiveDirectory()) {
return;
}

Expand Down Expand Up @@ -1390,9 +1389,7 @@ public void TestDtdCompatibility() {
Collections.EMPTY_SET,
elementsWithoutSpecial);

if (logKnownIssue(
"cldrbug:16393",
"Comment out test until cldr-archive is signaled for unit tests on CI")) {
if (!TestCLDRPaths.canUseArchiveDirectory()) {
return;
}

Expand Down

0 comments on commit 3458c9d

Please sign in to comment.