On Tue, 2 Jul 2024 08:55:28 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> This trivial test was pushed without a .java file extension and none of us > spotted this. > > This change renames the test to add the proper file extension, converts it to > use jupiter APIs instead of TestNG, and fixes a small mistake > (s/principal.getName()/principal.getUsername()/). This pull request has now been integrated. Changeset: a537e87d Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a537e87d2d2c6bff63f63bb436e3e919740221ce Stats: 120 lines in 2 files changed: 60 ins; 60 del; 0 mod 8335530: Java file extension missing in AuthenticatorTest Reviewed-by: cstein, jpai ------------- PR: https://git.openjdk.org/jdk/pull/19984