mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
tests: update test to use new "noCompressAssets" property
This commit is contained in:
parent
bd9c9c7cec
commit
653472d006
@ -62,7 +62,7 @@ public class DoubleExtensionUnknownFileTest extends BaseTest {
|
|||||||
apkDecoder.decode();
|
apkDecoder.decode();
|
||||||
|
|
||||||
MetaInfo metaInfo = new Androlib().readMetaFile(decodedApk);
|
MetaInfo metaInfo = new Androlib().readMetaFile(decodedApk);
|
||||||
for (String string : metaInfo.doNotCompress) {
|
for (String string : metaInfo.noCompressAssets) {
|
||||||
if (StringUtils.countMatches(string, ".") > 1) {
|
if (StringUtils.countMatches(string, ".") > 1) {
|
||||||
assertTrue(string.equalsIgnoreCase("assets/bin/Data/sharedassets1.assets.split0"));
|
assertTrue(string.equalsIgnoreCase("assets/bin/Data/sharedassets1.assets.split0"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user