<i18n dev> RFR: 8355393: Create a Test case to have special cases coverage for currency.getInstance() [v2]
Justin Lu
jlu at openjdk.org
Mon May 12 23:26:55 UTC 2025
On Sun, 11 May 2025 08:42:41 GMT, Abhishek N <duke at openjdk.org> wrote:
>> Create a Test case to have special cases coverage for currency.getInstance().
>>
>> The test Validates that all currency codes and country-currency mappings in the input file are consistent with the Java Currency API.
>>
>> test results:
>>
>> jdk-24.0.2/bin/java -jar jtreg/lib/jtreg.jar -testjdk:jdk-24.0.2 -dir:jdk/test/jdk/ java/util/Currency/currencyEnhancedCoverage/ValidateCurrencyCoverage.java
>> Directory "JTwork" not found: creating
>> Directory "JTreport" not found: creating
>> Test results: passed: 1
>> Report written to JTreport\html\report.html
>> Results written to JTwork
>
> Abhishek N has updated the pull request incrementally with one additional commit since the last revision:
>
> correcting jtreg header order, add meaningful comments for each test methods and properties file
Hi @abhn-git, I think it would be beneficial if we first addressed the concerns raised before continuing work on this PR. [JDK-8355393](https://bugs.openjdk.org/browse/JDK-8355393) assigned to you and [JDK-8355045](https://bugs.openjdk.org/browse/JDK-8355045) assigned to @weibxiao appear to be duplicates.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25057#issuecomment-2874462568
More information about the i18n-dev
mailing list