On Fri, 28 Jun 2024 16:41:00 GMT, Fernando Guallini <fguall...@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 Perfect. ------------- Marked as reviewed by weijun (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/19946#pullrequestreview-2148466584