Skip to content

Commit 426bae1

Browse files
authored
CLDR-19174 add logKnownIssue for ISO4217 in CLDR out of date for BG currency [to maint-48] (#5267)
1 parent 567b4ac commit 426bae1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,12 @@ public void TestSupplementalCurrency() {
16081608
}
16091609
}
16101610
}
1611+
if (currency.equals("EUR")
1612+
&& logKnownIssue(
1613+
"CLDR-19174",
1614+
"ISO4217 data in CLDR does not yet reflect BG use of EUR")) {
1615+
isoCountries.add("BG");
1616+
}
16111617

16121618
TreeSet<String> cldrCountries = new TreeSet<>();
16131619
for (Pair<String, CurrencyDateInfo> x : data) {

0 commit comments

Comments
 (0)