chiark / gitweb /
added test case for common.isApkDebuggable()
authorHans-Christoph Steiner <hans@eds.org>
Mon, 8 Dec 2014 21:55:14 +0000 (22:55 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Sun, 14 Dec 2014 12:25:20 +0000 (13:25 +0100)
commit298a88a4980be796469ec161c156d842da4e7c94
treed64f2f111a123d42573af4fe759d13cb06a2243b
parentf7c9eccc1f44f149692d0c6aaa3eecb29661e197
added test case for common.isApkDebuggable()

Just getting into the habit of adding tests to everything that I change...
Also, it should be useful to have an unsigned APK in the test collection,
since `fdroid update` should handle it gracefully and give a warning of
some kind.
tests/common.TestCase [new file with mode: 0755]
tests/run-tests
tests/urzip-release-unsigned.apk [new file with mode: 0644]
tests/urzip-release.apk [new file with mode: 0644]