aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-25 12:35:19 +0200
committerThialfihar <thi@thialfihar.org>2015-06-26 14:56:47 +0200
commit2857de4d5a61f636efe925c7b9dc01d8d7c89537 (patch)
treecbf69b0f038f93b0b3dee1f5190988365a6f9f18 /OpenKeychain/src/test
parent51d35c7a834bce7c49e74ded61b9434ffd94a911 (diff)
downloadopen-keychain-2857de4d5a61f636efe925c7b9dc01d8d7c89537.tar.gz
open-keychain-2857de4d5a61f636efe925c7b9dc01d8d7c89537.tar.bz2
open-keychain-2857de4d5a61f636efe925c7b9dc01d8d7c89537.zip
Import R and BuildConfig explicitly
Diffstat (limited to 'OpenKeychain/src/test')
-rw-r--r--OpenKeychain/src/test/java/org/sufficientlysecure/keychain/WorkaroundBuildConfig.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/WorkaroundBuildConfig.java b/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/WorkaroundBuildConfig.java
index ab14649f8..5f1a20fe9 100644
--- a/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/WorkaroundBuildConfig.java
+++ b/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/WorkaroundBuildConfig.java
@@ -1,5 +1,7 @@
package org.sufficientlysecure.keychain;
+import org.sufficientlysecure.keychain.BuildConfig;
+
/**
* Temporary workaround for https://github.com/robolectric/robolectric/issues/1747
*/