mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
aapt2: start of tests for aapt2
This commit is contained in:
parent
d2c808dd7d
commit
09148902ef
@ -63,7 +63,17 @@ public class BuildAndDecodeTest extends BaseTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void buildAndDecodeTest() throws BrutException {
|
||||
public void buildAndDecodeTest() {
|
||||
assertTrue(sTestNewDir.isDirectory());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void valuesStringsTest() throws BrutException {
|
||||
compareValuesFiles("values/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void confirmManifestStructureTest() throws BrutException {
|
||||
compareXmlFiles("AndroidManifest.xml");
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: 2.0.0
|
||||
version: 2.3.2
|
||||
apkFileName: testapp.apk
|
||||
isFrameworkApk: false
|
||||
usesFramework:
|
||||
@ -9,4 +9,5 @@ packageInfo:
|
||||
versionInfo:
|
||||
versionCode: '1'
|
||||
versionName: '1.0'
|
||||
compressionType: false
|
||||
compressionType: false
|
||||
sparseResources: false
|
Loading…
Reference in New Issue
Block a user