RFR: 8335530: Java file extension missing in AuthenticatorTest

2024-07-02 Thread Daniel Fuchs
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()/). -

Re: RFR: 8335530: Java file extension missing in AuthenticatorTest

2024-07-02 Thread Christian Stein
On Tue, 2 Jul 2024 08:55:28 GMT, Daniel Fuchs 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 >

Re: RFR: 8335530: Java file extension missing in AuthenticatorTest

2024-07-02 Thread Jaikiran Pai
On Tue, 2 Jul 2024 08:55:28 GMT, Daniel Fuchs 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 >

Re: RFR: 8335530: Java file extension missing in AuthenticatorTest

2024-07-02 Thread Daniel Fuchs
On Tue, 2 Jul 2024 09:40:09 GMT, Jaikiran Pai 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 mista

Integrated: 8335530: Java file extension missing in AuthenticatorTest

2024-07-02 Thread Daniel Fuchs
On Tue, 2 Jul 2024 08:55:28 GMT, Daniel Fuchs 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 >