mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 18:45:58 +01:00
Skip resources for test
This commit is contained in:
parent
4ce8a00180
commit
28848319af
@ -46,6 +46,7 @@ public class ParentDirectoryTraversalTest {
|
|||||||
|
|
||||||
// decode issue1498.apk
|
// decode issue1498.apk
|
||||||
ApkDecoder apkDecoder = new ApkDecoder(new File(sTmpDir + File.separator + apk));
|
ApkDecoder apkDecoder = new ApkDecoder(new File(sTmpDir + File.separator + apk));
|
||||||
|
apkDecoder.setDecodeResources(ApkDecoder.DECODE_RESOURCES_NONE);
|
||||||
|
|
||||||
apkDecoder.setOutDir(new File(sTmpDir + File.separator + apk + ".out"));
|
apkDecoder.setOutDir(new File(sTmpDir + File.separator + apk + ".out"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user