From ee4d911baf39fe242a90e12163d9853728479a35 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Mon, 13 Oct 2014 15:02:42 +0200 Subject: make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperation --- .../java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain-Test/src') diff --git a/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java b/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java index 7b12aae17..c5136b5cb 100644 --- a/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java +++ b/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java @@ -105,6 +105,7 @@ public class PgpEncryptDecryptTest { providerHelper.saveSecretKeyRing(mStaticRing1, new ProgressScaler()); } + /* @Test public void testSymmetricEncryptDecrypt() { -- cgit v1.2.3