mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
test: aapt2 test for raw qmg file
This commit is contained in:
parent
adbde1745f
commit
4030e94cb3
@ -26,6 +26,7 @@ import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
@ -94,6 +95,11 @@ public class BuildAndDecodeTest extends BaseTest {
|
||||
compareXmlFiles("res/drawable/$avd_hide_password__0.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void samsungQmgFilesHandledTest() throws IOException, BrutException {
|
||||
compareBinaryFolder("drawable-xhdpi", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void confirmManifestStructureTest() throws BrutException {
|
||||
compareXmlFiles("AndroidManifest.xml");
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user