mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 11:10:30 +03:00
update: do not crash with androguard when working with apps without icons
For example, SpeedoMeterApp.main_1.apk
This commit is contained in:
parent
00b334689f
commit
d98d8c2e52
3 changed files with 8 additions and 3 deletions
|
|
@ -333,6 +333,9 @@ class UpdateTest(unittest.TestCase):
|
|||
'320': 'res/drawable-xhdpi-v4/icon.png',
|
||||
'-1': 'res/drawable-mdpi-v4/icon.png'})
|
||||
|
||||
apk_info = fdroidserver.update.scan_apk('SpeedoMeterApp.main_1.apk')
|
||||
self.assertEqual(apk_info['icons_src'], {})
|
||||
|
||||
def test_scan_apk_no_sig(self):
|
||||
config = dict()
|
||||
fdroidserver.common.fill_config_defaults(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue