We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4c67b commit d5e9663Copy full SHA for d5e9663
prov/src/test/java/org/bouncycastle/test/AllTests.java
@@ -4,7 +4,6 @@
4
import junit.framework.Test;
5
import junit.framework.TestCase;
6
import junit.framework.TestSuite;
7
-import org.bouncycastle.jce.provider.BouncyCastleProvider;
8
9
import java.security.Security;
10
@@ -36,12 +35,12 @@ public BCTestSetup(Test test)
36
35
37
protected void setUp()
38
{
39
- Security.addProvider(new BouncyCastleProvider());
+// Security.addProvider(new BouncyCastleProvider());
40
}
41
42
protected void tearDown()
43
44
- Security.removeProvider("BC");
+ // Security.removeProvider("BC");
45
46
47
0 commit comments