Skip to content

Commit

Permalink
8226221: Update PKCS11 tests to use NSS 3.46 libs
Browse files Browse the repository at this point in the history
Reviewed-by: xuelei
  • Loading branch information
John Jiang committed Sep 4, 2019
1 parent 99c17fb commit dfe4ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/jdk/sun/security/pkcs11/PKCS11Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -906,21 +906,21 @@ private static String fetchNssLib(Class<?> clazz) {
@Artifact(
organization = "jpg.tests.jdk.nsslib",
name = "nsslib-windows_x64",
revision = "3.41-VS2017",
revision = "3.46-VS2017",
extension = "zip")
private static class WINDOWS_X64 { }

@Artifact(
organization = "jpg.tests.jdk.nsslib",
name = "nsslib-windows_x86",
revision = "3.41-VS2017",
revision = "3.46-VS2017",
extension = "zip")
private static class WINDOWS_X86 { }

@Artifact(
organization = "jpg.tests.jdk.nsslib",
name = "nsslib-macosx_x64",
revision = "3.41",
revision = "3.46",
extension = "zip")
private static class MACOSX_X64 { }
}

0 comments on commit dfe4ba5

Please sign in to comment.