Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/prov
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-06-21 09:03:07 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-06-21 09:03:07 +0400
commit0b835121515ce424daffa2229b50a3348663f6f3 (patch)
treeccdd787a4e708296eef594812bbe412f65e8307b /prov
parentab148cdaa8635ae154e75ce22fa70925f9a11f5a (diff)
compatibility updates
Diffstat (limited to 'prov')
-rw-r--r--prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/RegressionTest.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/RegressionTest.java b/prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/RegressionTest.java
index 6fdc2d52..58135bb5 100644
--- a/prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/RegressionTest.java
+++ b/prov/src/test/jdk1.4/org/bouncycastle/jce/provider/test/RegressionTest.java
@@ -28,7 +28,6 @@ public class RegressionTest
new ElGamalTest(),
new ECIESTest(),
new SigTest(),
- new AttrCertTest(),
new CertTest(),
new PKCS10CertRequestTest(),
new EncryptedPrivateKeyInfoTest(),
@@ -48,8 +47,7 @@ public class RegressionTest
new CertPathValidatorTest(),
new CertPathBuilderTest(),
new NISTCertPathTest(),
- new SerialisationTest(),
- new AttrCertSelectorTest()
+ new SerialisationTest()
};
public static void main(