diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2015-10-08 19:54:50 +0200 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2015-10-08 19:54:50 +0200 |
commit | 81a462c2ac66dd0dc16019af2099c7dd96fe9f36 (patch) | |
tree | 23d4d000389e2d255258b8082d16bdf76e40e318 /OpenKeychain/src/test/java/org/sufficientlysecure/keychain | |
parent | cda1ba47d27c668e99fe212f2ce0977962eabb86 (diff) | |
download | open-keychain-81a462c2ac66dd0dc16019af2099c7dd96fe9f36.tar.gz open-keychain-81a462c2ac66dd0dc16019af2099c7dd96fe9f36.tar.bz2 open-keychain-81a462c2ac66dd0dc16019af2099c7dd96fe9f36.zip |
pgpdecryptverify: get rid of duplicate code path for binary signature verification
Diffstat (limited to 'OpenKeychain/src/test/java/org/sufficientlysecure/keychain')
-rw-r--r-- | OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java b/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java index 4a6c8b058..84ebc5296 100644 --- a/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java +++ b/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java @@ -288,7 +288,7 @@ public class PgpEncryptDecryptTest { } @Test - public void testAsymmetricSignBinary() { + public void testAsymmetricSignLiteral() { String plaintext = "dies ist ein plaintext ☭" + TestingUtils.genPassphrase(true); byte[] ciphertext; |