<i18n dev> RFR: JDK-8316559: Refactor some util/Calendar tests to JUnit
Andrey Turbanov
aturbanov at openjdk.org
Fri Sep 22 06:47:12 UTC 2023
On Wed, 20 Sep 2023 23:20:43 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review this PR which converts some tests under _Calendar_ to use JUnit. These tests either previously used the internal _IntlTest_, or used no framework at all.
>
> Any files named BugXXXXXXX.java will be renamed after review.
test/jdk/java/util/Calendar/BuddhistCalendarTest.java line 141:
> 139: @Test
> 140: public void buddhistSetTest() {
> 141: Calendar cal = getBuddhistCalendar();
Suggestion:
Calendar cal = getBuddhistCalendar();
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15853#discussion_r1333947857
More information about the i18n-dev
mailing list