mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22186 Add unit tests for Croatia currency change from HRK to EUR
This commit is contained in:
parent
0684f8644c
commit
d73b4417e1
1 changed files with 3 additions and 0 deletions
|
@ -691,6 +691,9 @@ public class CurrencyTest extends TestFmwk {
|
|||
{ "eo-DE-u-cu-dem", "2000-12-23", "EUR", "DEM" },
|
||||
{ "en_US", null, "USD" }, // no longer include currencies with tender=false
|
||||
{ "en_US_Q", null, "USD" }, // no longer include currencies with tender=false
|
||||
{ "hr_HR", "2022-12-31", "HRK" },
|
||||
{ "hr_HR", "2023-01-01", "EUR", "HRK" },
|
||||
{ "hr_HR", "2023-01-16", "EUR" },
|
||||
};
|
||||
|
||||
DateFormat fmt = new SimpleDateFormat("yyyy-MM-dd", Locale.US);
|
||||
|
|
Loading…
Add table
Reference in a new issue