new qualifiers require v26 naming

This commit is contained in:
Connor Tumbleson 2017-08-23 17:53:33 -04:00
parent adeffe3e98
commit 800394cf30
5 changed files with 6 additions and 6 deletions

View File

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