1 $NetBSD: patch-jdk_test_sun_security_ec_TestEC.java,v 1.1 2015/02/08 08:41:25 tnn Exp $
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.
11 - // Security.removeProvider("SunPKCS11-Solaris");
12 + Security.removeProvider("SunPKCS11-Solaris");
13 new ClientJSSEServerJSSE().main(p);
15 long stop = System.currentTimeMillis();