<i18n dev> RFR: 8282929: Localized monetary symbols are not reflected in `toLocalizedPattern` return value [v2]

Naoto Sato naoto at openjdk.java.net
Sat Mar 12 20:36:39 UTC 2022


On Sat, 12 Mar 2022 16:27:51 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Refined the test
>
> test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java line 29:
> 
>> 27:  * @summary Verifies that toLocalizedPattern() method correctly returns
>> 28:  *          monetary symbols in a currency formatter
>> 29:  * @run testng ToLocalizedPatternTest
> 
> Maybe run in othervm mode?

Thanks, Lance. I believe it is OK to run it in samejvm mode, as it does not leave any side effects.

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

PR: https://git.openjdk.java.net/jdk/pull/7790


More information about the i18n-dev mailing list