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/core/src
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-06-18 13:17:46 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-06-18 13:17:46 +0400
commit62c21fdf342a27dc2c6a7d2c01ecc8986abcc3fe (patch)
treea86df8952fa1057c0adc709666a50e26ad53962c /core/src
parent554a46d8d1470beacb32c14d6d6c74e9248684b8 (diff)
minor cleanup
Diffstat (limited to 'core/src')
-rw-r--r--core/src/test/java/org/bouncycastle/crypto/test/CMacTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/test/java/org/bouncycastle/crypto/test/CMacTest.java b/core/src/test/java/org/bouncycastle/crypto/test/CMacTest.java
index 5db0779d..720f8ea3 100644
--- a/core/src/test/java/org/bouncycastle/crypto/test/CMacTest.java
+++ b/core/src/test/java/org/bouncycastle/crypto/test/CMacTest.java
@@ -284,8 +284,7 @@ public class CMacTest
if (areEqual(out, output_k256_m16))
{
- fail("Failed - expected " + new String(Hex.encode(output_k256_m16))
- + " got " + new String(Hex.encode(out)));
+ fail("Failed - got " + new String(Hex.encode(output_k256_m16)));
}
if (!areEqual(out, Hex.decode("9347a60c64061b9ff2a92522ca8e08fc")))