RFR: 8335530: Java file extension missing in AuthenticatorTest
Daniel Fuchs
dfuchs at openjdk.org
Tue Jul 2 11:53:23 UTC 2024
On Tue, 2 Jul 2024 09:40:09 GMT, Jaikiran Pai <jpai at 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()/).
>
> Looks good to me.
Thanks @jaikiran and @sormuras .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19984#issuecomment-2202960153
More information about the net-dev
mailing list