RFR: 8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile [v2]
duke
duke at openjdk.org
Fri Jun 28 19:00:18 UTC 2024
On Fri, 28 Jun 2024 16:41:00 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:
>> There is a compilation issue in the test **test/jdk/sun/security/tools/keytool/NssTest.java** because the [HumanInputStream](https://github.com/openjdk/jdk/blob/master/test/jdk/java/security/testlibrary/HumanInputStream.java) class was moved from keytool/KeyToolTest.java to a library class in this [PR](https://github.com/openjdk/jdk/pull/19790) for reusability. NssTest depends on KeyToolTest.java, therefore it will also need to import HumanInputStream from the test library.
>
> Fernando Guallini has updated the pull request incrementally with one additional commit since the last revision:
>
> copyright year
@fguallini
Your change (at version 81522328020c320cd7ae1d5730144ff557c50d4e) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19946#issuecomment-2197468093
More information about the security-dev
mailing list