<i18n dev> RFR: 8321480: ISO 4217 Amendment 176 Update [v3]

Justin Lu jlu at openjdk.org
Mon Dec 11 22:15:42 UTC 2023


> Please review this PR which incorporates the ISO 4217 Amendment 176 Update. As the replacement of `ANG` to `XCG` won't occur until 2025, this change does not need to go into JDK22. `HR` was also updated to remove the past cutover dates.
> 
> An existing test in _ValidateISO4217.java_ checked that `Currency::getAvailableCurrencies` had all the expected currencies. This method returns all currencies, including ones to take place in the future (e.g. `XCG`). The expected currencies `Set` the method was test against had to be updated to also include future currencies as well.
> 
> Additionally, this change also converted a parameterized test to a normal JUnit test, due to output overflow.

Justin Lu has updated the pull request incrementally with one additional commit since the last revision:

  remove redundant conditionals

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17023/files
  - new: https://git.openjdk.org/jdk/pull/17023/files/94f5870c..85f389dd

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17023&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17023&range=01-02

  Stats: 7 lines in 1 file changed: 2 ins; 2 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/17023.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17023/head:pull/17023

PR: https://git.openjdk.org/jdk/pull/17023


More information about the i18n-dev mailing list