aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-02 16:05:28 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-02 16:05:28 +0200
commit100b5f4c5f728b809f0e37d66fab3527e6fd83bd (patch)
treed8ab54411646f7cfa370674f4f3437cb73f8ba23 /OpenKeychain/src/test/java
parent144a10a3d043686755651852419c5a8bc6619f2a (diff)
parentebcd243e975ce8f04298f6cd94cb940bfcea3d59 (diff)
downloadopen-keychain-100b5f4c5f728b809f0e37d66fab3527e6fd83bd.tar.gz
open-keychain-100b5f4c5f728b809f0e37d66fab3527e6fd83bd.tar.bz2
open-keychain-100b5f4c5f728b809f0e37d66fab3527e6fd83bd.zip
Merge branch 'create-keyring'
Diffstat (limited to 'OpenKeychain/src/test/java')
-rw-r--r--OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java1
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 {