Re: RFR: 8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: DateTimeParseException

2022-03-30 Thread Stephen Colebourne
On Wed, 30 Mar 2022 16:46:40 GMT, Naoto Sato  wrote:

> Fixes test failures caused by depending on the default locale. Specifying 
> explicit `Locale.US` will do.

Marked as reviewed by scolebourne (Author).

-

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


Re: RFR: 8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: DateTimeParseException

2022-03-30 Thread Roger Riggs
On Wed, 30 Mar 2022 16:46:40 GMT, Naoto Sato  wrote:

> Fixes test failures caused by depending on the default locale. Specifying 
> explicit `Locale.US` will do.

Marked as reviewed by rriggs (Reviewer).

-

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


Re: RFR: 8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: DateTimeParseException

2022-03-30 Thread Iris Clark
On Wed, 30 Mar 2022 16:46:40 GMT, Naoto Sato  wrote:

> Fixes test failures caused by depending on the default locale. Specifying 
> explicit `Locale.US` will do.

Marked as reviewed by iris (Reviewer).

-

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


RFR: 8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: DateTimeParseException

2022-03-30 Thread Naoto Sato
Fixes test failures caused by depending on the default locale. Specifying 
explicit `Locale.US` will do.

-

Commit messages:
 - 8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: 
DateTimeParseException

Changes: https://git.openjdk.java.net/jdk/pull/8045/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=8045=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8283842
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8045.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8045/head:pull/8045

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