<i18n dev> RFR: JDK-8210410: Refactor java.util.Currency:i18n shell tests to plain java tests [v3]
Justin Lu
jlu at openjdk.org
Tue Nov 28 20:52:25 UTC 2023
> Please review this PR which converts the shell test, _java/util/currency/PropertiesTest.sh_ to a normal java test.
>
> This test is a test runner that launches test methods from _PropertiesTest.java_. It tests both the ways to supersede the default currencies, that is, either using a custom properties file under the lib directory, or setting the path to a custom properties file via the system property.
Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
retain original copyright year
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16787/files
- new: https://git.openjdk.org/jdk/pull/16787/files/efc6da98..105a6755
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16787&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16787&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16787.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16787/head:pull/16787
PR: https://git.openjdk.org/jdk/pull/16787
More information about the i18n-dev
mailing list