On Wed, 11 Mar 2026 16:14:38 GMT, Christian Stein <[email protected]> wrote:
> Please review this change to use JUnit Jupiter API in `jdk/com/sun` tests. test/jdk/com/sun/jndi/ldap/NamingExceptionMessageTest.java line 76: > 74: ldapServer.awaitStartup(); > 75: var env = ldapServer.getInitialLdapCtxEnvironment(0); > 76: var namingException = assertThrows(NamingException.class, () > -> new InitialDirContext(env)); This looks like what I expect in the other test. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30203#discussion_r2921450205
