aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/androidTest
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-26 16:31:14 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-26 16:31:14 +0200
commitbda15ff92d1c4d8ba6bd43c9d7736adde895bd66 (patch)
tree02be170836f92fb81c55b558f6f6b10da12ffa46 /OpenKeychain/src/androidTest
parent0077891f1d75e15cf52b975e924f86eab5e54460 (diff)
downloadopen-keychain-bda15ff92d1c4d8ba6bd43c9d7736adde895bd66.tar.gz
open-keychain-bda15ff92d1c4d8ba6bd43c9d7736adde895bd66.tar.bz2
open-keychain-bda15ff92d1c4d8ba6bd43c9d7736adde895bd66.zip
instrument: small fix and up to date coverage.ec
Diffstat (limited to 'OpenKeychain/src/androidTest')
-rw-r--r--OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/ui/AsymmetricTextOperationTests.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/ui/AsymmetricTextOperationTests.java b/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/ui/AsymmetricTextOperationTests.java
index 11c9f1bee..6b226142c 100644
--- a/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/ui/AsymmetricTextOperationTests.java
+++ b/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/ui/AsymmetricTextOperationTests.java
@@ -194,9 +194,6 @@ public class AsymmetricTextOperationTests {
hasDescendant(withText(R.string.filename_unknown)))),
withId(R.id.context_menu))).perform(click());
- // "delete file" shouldn't be there
- onView(withText(R.string.btn_delete_original)).check(doesNotExist());
-
// check if log looks ok
onView(withText(R.string.snackbar_details)).perform(click());
onView(withText(R.string.msg_dc_clear_signature_ok)).check(matches(isDisplayed()));