mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
Initial work at qualifier test suite changes
This commit is contained in:
parent
c818dc85f0
commit
adeffe3e98
@ -295,6 +295,14 @@ public class BuildAndDecodeTest {
|
|||||||
compareValuesFiles("values-notround/strings.xml");
|
compareValuesFiles("values-notround/strings.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void api26ConfigurationsTest() throws BrutException, IOException {
|
||||||
|
//compareValuesFiles("values-widecg/strings.xml");
|
||||||
|
//compareValuesFiles("values-lowdr/strings.xml");
|
||||||
|
//compareValuesFiles("values-nowidecg/strings.xml");
|
||||||
|
//compareValuesFiles("values-vrheadset-v26/strings.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void drawableNoDpiTest() throws BrutException, IOException {
|
public void drawableNoDpiTest() throws BrutException, IOException {
|
||||||
compareResFolder("drawable-nodpi");
|
compareResFolder("drawable-nodpi");
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="hello_world">Hello World</string>
|
||||||
|
</resources>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="hello_world">Hello World</string>
|
||||||
|
</resources>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="hello_world">Hello World</string>
|
||||||
|
</resources>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="hello_world">Hello World</string>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue
Block a user