aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/androidTest
diff options
context:
space:
mode:
authorArt O Cathain <art.home@gmail.com>2014-06-15 16:08:41 +0100
committerArt O Cathain <art.home@gmail.com>2014-06-16 18:58:41 +0100
commitd06ba72edc3136ef2ff8a758e8d53fa13347c778 (patch)
tree85f122b507e66efca0843f50e81431815fa2c4a1 /OpenKeychain/src/androidTest
parent21e9d0b7b4b0375c43287d4acd66ee01f2f1d5a0 (diff)
downloadopen-keychain-d06ba72edc3136ef2ff8a758e8d53fa13347c778.tar.gz
open-keychain-d06ba72edc3136ef2ff8a758e8d53fa13347c778.tar.bz2
open-keychain-d06ba72edc3136ef2ff8a758e8d53fa13347c778.zip
Start on Robolectric integration test
Diffstat (limited to 'OpenKeychain/src/androidTest')
-rw-r--r--OpenKeychain/src/androidTest/java/tests/SomeTest.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenKeychain/src/androidTest/java/tests/SomeTest.java b/OpenKeychain/src/androidTest/java/tests/SomeTest.java
deleted file mode 100644
index edf5f7bcc..000000000
--- a/OpenKeychain/src/androidTest/java/tests/SomeTest.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package tests;
-
-import org.junit.Assert;
-import org.junit.Test;
-
-public class SomeTest {
- @Test
- public void willFail() {
- // stub
- // Assert.assertThat();
- }
-} \ No newline at end of file