mirror of
https://github.com/androguard/androguard.git
synced 2024-11-26 22:40:33 +00:00
update path for test
This commit is contained in:
parent
9b7c1a4248
commit
e5ac978c59
@ -400,8 +400,7 @@ class AXMLTest(unittest.TestCase):
|
||||
"""
|
||||
Assert that app name from compact resource is read correctly
|
||||
"""
|
||||
filename = "data/AXML/compact-entry.apk"
|
||||
a = APK(filename)
|
||||
a = APK(os.path.join(test_dir, "data/AXML/compact-entry.apk"))
|
||||
self.assertEqual(a.get_app_name(), "erev0s.com-CompactEntry")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user