mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 14:14:25 +02:00
new qualifiers require v26 naming
This commit is contained in:
parent
adeffe3e98
commit
800394cf30
@ -205,8 +205,8 @@ public class BuildAndDecodeTest {
|
||||
@Test
|
||||
public void qualifiersTest() throws BrutException {
|
||||
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
|
||||
+ "-xlarge-long-round-land-desk-night-xhdpi-finger-keyssoft-12key"
|
||||
+ "-navhidden-dpad/strings.xml");
|
||||
+ "-xlarge-long-round-highdr-land-desk-night-xhdpi-finger-keyssoft-12key"
|
||||
+ "-navhidden-dpad-v26/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
@ -297,10 +297,10 @@ public class BuildAndDecodeTest {
|
||||
|
||||
@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");
|
||||
compareValuesFiles("values-widecg-v26/strings.xml");
|
||||
compareValuesFiles("values-lowdr-v26/strings.xml");
|
||||
compareValuesFiles("values-nowidecg-v26/strings.xml");
|
||||
compareValuesFiles("values-vrheadset-v26/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user