<i18n dev> Integrated: 8373716: Refactor further java/util tests from TestNG to JUnit

Justin Lu jlu at openjdk.org
Wed Dec 17 18:20:12 UTC 2025


On Mon, 15 Dec 2025 22:50:22 GMT, Justin Lu <jlu at openjdk.org> wrote:

> This PR updates a batch of _java/util_ tests from TestNG to JUnit. Specifically,
> -  _java/util/Calendar_
> -  _java/util/TimeZone_
> -  _java/util/Properties_
> -  _java/util/ResourceBundle_
> 
>  
> This change is fully automated, I did not identify any further manual changes required. The total number of framework based tests reported by Jtreg remain the same,
> 
> **Calendar**
> `791 = 17 TestNG + 774 JUnit -> 0 TestNG + 791 JUnit`
> 
> **TimeZone**
> `84 = 39 TestNG + 45 JUnit ->  0 TestNG + 84 JUnit`
> 
> **Properties**
> `28 = 28 TestNG + 0 JUnit -> 0 TestNG + 28 JUnit`
> 
> **ResourceBundle**
> `45 = 45 TestNG + 0 JUnit -> 0 TestNG + 45 JUnit`

This pull request has now been integrated.

Changeset: 4e05748f
Author:    Justin Lu <jlu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4e05748f0899cabb235c71ecdf4256d4ad137a0d
Stats:     185 lines in 14 files changed: 44 ins; 23 del; 118 mod

8373716: Refactor further java/util tests from TestNG to JUnit

Reviewed-by: naoto

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

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


More information about the i18n-dev mailing list