On Mon, 9 Aug 2021 13:10:05 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Abdul Kolarkunnu has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8266182: Automate manual steps listed in the test >> jdk/sun/security/pkcs12/ParamsTest.java > > test/jdk/sun/security/pkcs12/KeytoolOpensslInteropTest.java line 580: > >> 578: return SecurityTools.keytool(s); >> 579: } >> 580: > > I feel the lines below should go to a test library. Moved fetchOpenssl() API to test/lib/jdk/test/lib/artifacts/OpensslArtifactFetcher.java ------------- PR: https://git.openjdk.java.net/jdk/pull/4413