chiark / gitweb /
refactor env handling for FDroidPopen to support .fdroid.* metadata
[fdroidserver.git] / tests / common.TestCase
index 48e1d29d71f568f3b088a150f5f02597176b1a05..d7dca14ea50c0c5489fed28a722d3707d4958c25 100755 (executable)
@@ -64,7 +64,7 @@ class CommonTest(unittest.TestCase):
 
     def testIsApkDebuggable(self):
         config = dict()
-        config['sdk_path'] = os.getenv('ANDROID_HOME')
+        fdroidserver.common.fill_config_defaults(config)
         fdroidserver.common.config = config
         self._set_build_tools()
         config['aapt'] = fdroidserver.common.find_sdk_tools_cmd('aapt')