mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
Added tests for API13 resource qualifiers.
This commit is contained in:
parent
46cdbd8f8d
commit
4c01265009
@ -116,8 +116,9 @@ public class BuildAndDecodeTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void qualifiersTest() throws BrutException {
|
public void qualifiersTest() throws BrutException {
|
||||||
compareValuesFiles("values-mcc004-mnc4-en-rUS-xlarge-long-land-desk-" +
|
compareValuesFiles("values-mcc004-mnc4-en-rUS-sw100dp-w200dp-h300dp" +
|
||||||
"night-xhdpi-finger-keyssoft-12key-navhidden-dpad/strings.xml");
|
"-xlarge-long-land-desk-night-xhdpi-finger-keyssoft-12key" +
|
||||||
|
"-navhidden-dpad/strings.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void compareValuesFiles(String path) throws BrutException {
|
private void compareValuesFiles(String path) throws BrutException {
|
||||||
|
Loading…
Reference in New Issue
Block a user