diff options
author | Vincent Breitmoser <valodim@mugenguild.com> | 2014-06-29 22:34:53 +0200 |
---|---|---|
committer | Vincent Breitmoser <valodim@mugenguild.com> | 2014-06-29 22:34:53 +0200 |
commit | de698b89552a02a445f808cf97d3ce94d35a2777 (patch) | |
tree | 57e0d8328d91a241e7a7a7288203c941f28d5055 /OpenKeychain/src/test/java/tests | |
parent | 6d7a9ec48a6517adfe94ed2edfa875def538d088 (diff) | |
download | open-keychain-de698b89552a02a445f808cf97d3ce94d35a2777.tar.gz open-keychain-de698b89552a02a445f808cf97d3ce94d35a2777.tar.bz2 open-keychain-de698b89552a02a445f808cf97d3ce94d35a2777.zip |
add create key capabilities to SaveKeyringParcel
Diffstat (limited to 'OpenKeychain/src/test/java/tests')
-rw-r--r-- | OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java b/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java index 346a1f9df..d759bce05 100644 --- a/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java +++ b/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java @@ -22,7 +22,6 @@ public class PgpDecryptVerifyTest { Assert.assertEquals(expectedSignatureResult, status); } - @Test public void testVerifyFailure() throws Exception { |