RFR: 8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile [v2]
Weijun Wang
weijun at openjdk.org
Fri Jun 28 16:41:00 UTC 2024
On Fri, 28 Jun 2024 16:37:02 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
LGTM. You can also update the copyright year.
-------------
Marked as reviewed by weijun (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19946#pullrequestreview-2148457825
More information about the security-dev
mailing list