Skip to content

Commit a561255

Browse files
committed
CLDR-17751 add ZWG, drop ZWL
- need to skip both ZWG and ZWL from coverage.
1 parent 901d8bf commit a561255

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/cldr-code/src/test/java/org/unicode/cldr/util/TestLevel.java

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ public void testModernCurrencies(final String code) {
102102
assumeFalse(
103103
code.equals("ZWL") && CLDRFile.GEN_VERSION.equals("46"),
104104
"Skipping ZWL for CLDR 46");
105+
assumeFalse(
106+
code.equals("ZWG") && CLDRFile.GEN_VERSION.equals("46"),
107+
"Skipping ZWG for CLDR 46");
105108
assertTrue(
106109
expect.isAtLeast(l),
107110
() ->

0 commit comments

Comments
 (0)