mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
parent
3bc246ccad
commit
d898ad0412
3 changed files with 7 additions and 7 deletions
|
|
@ -99,7 +99,7 @@ class ScannerTest(unittest.TestCase):
|
|||
build = fdroidserver.metadata.Build()
|
||||
build.commit = '1.0'
|
||||
build.output = app.id + '.apk'
|
||||
build.scanignore = ['baz.so']
|
||||
build.scanignore = ['baz.so', 'foo.aar']
|
||||
build.versionCode = '1'
|
||||
build.versionName = '1.0'
|
||||
vcs = mock.Mock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue