RFR: 8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269 [v3]

Naoto Sato naoto at openjdk.org
Mon Mar 11 16:32:21 UTC 2024


On Sat, 9 Mar 2024 13:18:14 GMT, SendaoYan <syan at openjdk.org> wrote:

>> Date.toString() uses Locale.US explicitly for printing the time zone, so replace Locale.ROOT to Locale.US in this testcase for fix the test failure.
>> 
>> This testcase fixed has been verified.
>> 
>> Only change the testcase, risk is low.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update the Locale.US code comment
>   
>   Signed-off-by: sendaoYan <yansendao.ysd at alibaba-inc.com>

LGTM

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

Marked as reviewed by naoto (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18155#pullrequestreview-1928123853


More information about the core-libs-dev mailing list