On Fri, 8 Sep 2023 19:41:47 GMT, Mark Powers <mpow...@openjdk.org> wrote:

> https://bugs.openjdk.org/browse/JDK-8296631

test/jdk/sun/security/pkcs11/Secmod/AddPrivateKey.java line 74:

> 72:         if (version == 0.0 || version >= 3.55) {
> 73:             useSqlite(true);
> 74:         }

Instead of updating various tests with this block, how about doing this inside 
SecmodTest.initSecmod()?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15644#discussion_r1326607136

Reply via email to