test: aapt2 test for raw qmg file

This commit is contained in:
Connor Tumbleson 2019-04-26 11:14:51 -04:00
parent adbde1745f
commit 4030e94cb3
2 changed files with 6 additions and 0 deletions

View File

@ -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