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/pkix/src
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-01-05 10:44:49 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-01-05 10:44:49 +0400
commit167f29d3c0ca707939759a94e0049b3a1ae12f33 (patch)
tree3d407934cc57b56b03387804cd948afe19053263 /pkix/src
parentc613629f8314220a85adbc2c5de175a7e2bd9b81 (diff)
further work on custom curve recognition
Diffstat (limited to 'pkix/src')
-rw-r--r--pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java b/pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java
index a427e334..f8198556 100644
--- a/pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java
+++ b/pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java
@@ -119,7 +119,7 @@ public class AllTests
if (!certHolder.isSignatureValid(verifier))
{
- fail("first signature test failed");
+ fail("second signature test failed");
}
}
@@ -157,7 +157,7 @@ public class AllTests
if (!certHolder.isSignatureValid(verifier))
{
- fail("first signature test failed");
+ fail("second signature test failed");
}
}
@@ -192,7 +192,7 @@ public class AllTests
public static Test suite()
throws Exception
{
- TestSuite suite= new TestSuite("EAC tests");
+ TestSuite suite = new TestSuite("EAC tests");
suite.addTestSuite(AllTests.class);