aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/androidTest/java
diff options
context:
space:
mode:
authorVincent <valodim@mugenguild.com>2014-06-20 00:44:31 +0200
committerVincent <valodim@mugenguild.com>2014-06-20 00:44:31 +0200
commitf47bb1e8e23fd958ec49716b0265234978e735af (patch)
tree9c3001c93ef78dcc721637cff0238552e47c4404 /OpenKeychain/src/androidTest/java
parent313e571a61e22a7152e32366d747114233d25b6e (diff)
parentb1815ef24a049953845f1175b5d1e1b45d512c01 (diff)
downloadopen-keychain-f47bb1e8e23fd958ec49716b0265234978e735af.tar.gz
open-keychain-f47bb1e8e23fd958ec49716b0265234978e735af.tar.bz2
open-keychain-f47bb1e8e23fd958ec49716b0265234978e735af.zip
Merge pull request #658 from artbristol/functional-testing
Start on Robolectric integration test
Diffstat (limited to 'OpenKeychain/src/androidTest/java')
-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