RFR: 8342270: Test sun/security/pkcs11/Provider/RequiredMechCheck.java needs write access to src tree [v2]
Fernando Guallini
fguallini at openjdk.org
Thu Oct 24 11:02:12 UTC 2024
On Wed, 23 Oct 2024 19:50:19 GMT, Rajan Halade <rhalade at openjdk.org> wrote:
>> Fernando Guallini has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Reusing Utils.CopyFiles
>
> test/jdk/sun/security/pkcs11/PKCS11Test.java line 250:
>
>> 248: }
>> 249:
>> 250: private static void copyFiles(Path source, String destination)
>
> Check jdk.test.lib if there is a method you can use to copy files. If not then this method should be added to library.
Updated to use the existing Utils.copyFile, it was also needed to add the dependency in a shell test that uses PKCS11Test.java
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21665#discussion_r1814759443
More information about the security-dev
mailing list