< prev index next >

test/jdk/sun/security/ec/TestEC.java

Print this page
rev 59107 : imported patch security

@@ -105,14 +105,10 @@
         new TestKeyFactory().main(p);
         new TestECGenSpec().main(p);
         new ReadPKCS12().main(p);
         new ReadCertificates().main(p);
 
-        // ClientJSSEServerJSSE fails on Solaris 11 when both SunEC and
-        // SunPKCS11-Solaris providers are enabled.
-        // Workaround:
-        // Security.removeProvider("SunPKCS11-Solaris");
         new ClientJSSEServerJSSE().main(p);
 
         long stop = System.currentTimeMillis();
         System.out.println("\nCompleted tests with " + p.getName() +
             " provider (" + ((stop - start) / 1000.0) + " seconds).");
< prev index next >