Integrated: JDK-8210410: Refactor java.util.Currency:i18n shell tests to plain java tests

Justin Lu jlu at openjdk.org
Wed Nov 29 19:14:20 UTC 2023


On Thu, 23 Nov 2023 00:26:43 GMT, Justin Lu <jlu at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 2584bf87
Author:    Justin Lu <jlu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2584bf87aef66744a8e586805735cded0d2f98f1
Stats:     301 lines in 2 files changed: 157 ins; 144 del; 0 mod

8210410: Refactor java.util.Currency:i18n shell tests to plain java tests

Reviewed-by: naoto, lancea

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

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


More information about the core-libs-dev mailing list