mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 17:27:41 +01:00
Revert "tests: update test to use new "noCompressAssets" property"
This reverts commit 653472d006f25d9933fe60a9978cfd65f196a723.
This commit is contained in:
parent
923ae6e9b8
commit
a073bad32d
@ -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.noCompressAssets) {
|
for (String string : metaInfo.doNotCompress) {
|
||||||
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…
x
Reference in New Issue
Block a user