On Thu, 12 Nov 2020 15:21:52 GMT, Roger Riggs <[email protected]> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Added a test case for user defined temporal field resolution with day
>> period.
>
> test/jdk/java/time/test/java/time/format/TestDateTimeFormatterBuilder.java
> line 877:
>
>> 875: try {
>> 876: dtf.parse("0 at night");
>> 877: throw new RuntimeException("DateTimeParseException should
>> be thrown");
>
> Testng has `Assert.fail(message)` for this case.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/938