mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 08:28:50 -05:00
actually provide a tostring
This commit is contained in:
parent
37433bd282
commit
78b0c5e74a
@ -41,7 +41,7 @@ public class UncachedKeyringTestingHelper {
|
|||||||
UncachedKeyRing canonicalized = keyRing1.canonicalize(operationLog, 0);
|
UncachedKeyRing canonicalized = keyRing1.canonicalize(operationLog, 0);
|
||||||
|
|
||||||
if (canonicalized == null) {
|
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
|
return TestDataUtil.iterEquals(canonicalized.getPublicKeys(), keyRing2.getPublicKeys(), new
|
||||||
|
Loading…
Reference in New Issue
Block a user