rebuild geeqie
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0062-patch-jdk_test_sun_security_ec_TestEC.java.patch
blob449a1d1db51da9f9f1592b5ac4dfd26b4a50341f
1 $NetBSD: patch-jdk_test_sun_security_ec_TestEC.java,v 1.1 2015/02/08 08:41:25 tnn Exp $
3 Test fixes.
5 --- jdk/test/sun/security/ec/TestEC.java.orig 2015-02-02 15:37:12.000000000 +0000
6 +++ jdk/test/sun/security/ec/TestEC.java
7 @@ -97,7 +97,7 @@ public class TestEC {
8 // ClientJSSEServerJSSE fails on Solaris 11 when both SunEC and
9 // SunPKCS11-Solaris providers are enabled.
10 // Workaround:
11 - // Security.removeProvider("SunPKCS11-Solaris");
12 + Security.removeProvider("SunPKCS11-Solaris");
13 new ClientJSSEServerJSSE().main(p);
15 long stop = System.currentTimeMillis();