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

SendaoYan syan at openjdk.org
Tue Mar 12 01:43:16 UTC 2024


On Thu, 7 Mar 2024 16:47:01 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.

This pull request has now been integrated.

Changeset: e21da4ca
Author:    SendaoYan <syan at openjdk.org>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e21da4caacb464827270d20b8fc62a50a1706316
Stats:     4 lines in 1 file changed: 0 ins; 0 del; 4 mod

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

Reviewed-by: naoto

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

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


More information about the core-libs-dev mailing list