RFR: JDK-8316559: Refactor some util/Calendar tests to JUnit [v2]
Justin Lu
jlu at openjdk.org
Fri Sep 22 19:50:50 UTC 2023
On Fri, 22 Sep 2023 06:44:16 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Review: revert removal of SupressWarnings annotation
>> - Reflect review comments
>
> test/jdk/java/util/Calendar/BuddhistCalendarTest.java line 141:
>
>> 139: @Test
>> 140: public void buddhistSetTest() {
>> 141: Calendar cal = getBuddhistCalendar();
>
> Suggestion:
>
> Calendar cal = getBuddhistCalendar();
Fixed, thank you.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15853#discussion_r1334759775
More information about the core-libs-dev
mailing list