On Thu, 16 Apr 2026 14:33:21 GMT, Daniel Fuchs <[email protected]> wrote:
> Please find here a small change that converts `java.logging` TestNG tests to > use JUnit. Most java.logging tests are plain jtreg tests, so this is a small > set. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/jdk/java/util/logging/modules/GetResourceBundleTest.java line 47: > 45: * @build GetResourceBundleTest jdk.test.lib.process.ProcessTools > 46: * jdk.test.lib.compiler.CompilerUtils > 47: * @run junit GetResourceBundleTest Does this intentionally not use `${test.main.class}`? (which you changed in the other test classes) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30769#discussion_r3096273408
