aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorArt O Cathain <art.home@gmail.com>2014-07-07 21:38:49 +0100
committerArt O Cathain <art.home@gmail.com>2014-07-07 21:38:49 +0100
commit78b0c5e74a13aa33ccbb7cbfff86f7a02d977429 (patch)
tree4bce5a76188858f7659c3bb751bed7738881cc35 /OpenKeychain
parent37433bd2823b42aa4b5047b605b517cb9d7f4932 (diff)
downloadopen-keychain-78b0c5e74a13aa33ccbb7cbfff86f7a02d977429.tar.gz
open-keychain-78b0c5e74a13aa33ccbb7cbfff86f7a02d977429.tar.bz2
open-keychain-78b0c5e74a13aa33ccbb7cbfff86f7a02d977429.zip
actually provide a tostring
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/UncachedKeyringTestingHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/UncachedKeyringTestingHelper.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/UncachedKeyringTestingHelper.java
index bb1afaf4b..7a493ecf6 100644
--- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/UncachedKeyringTestingHelper.java
+++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/UncachedKeyringTestingHelper.java
@@ -41,7 +41,7 @@ public class UncachedKeyringTestingHelper {
UncachedKeyRing canonicalized = keyRing1.canonicalize(operationLog, 0);
if (canonicalized == null) {
- throw new AssertionError("Canonicalization failed; messages: [" + operationLog + "]");
+ throw new AssertionError("Canonicalization failed; messages: [" + operationLog.toList() + "]");
}
return TestDataUtil.iterEquals(canonicalized.getPublicKeys(), keyRing2.getPublicKeys(), new