Initial work at qualifier test suite changes

This commit is contained in:
Connor Tumbleson 2017-08-23 17:04:26 -04:00
parent c818dc85f0
commit adeffe3e98
5 changed files with 24 additions and 0 deletions

View File

@ -295,6 +295,14 @@ public class BuildAndDecodeTest {
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
public void drawableNoDpiTest() throws BrutException, IOException {
compareResFolder("drawable-nodpi");

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello_world">Hello World</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello_world">Hello World</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello_world">Hello World</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello_world">Hello World</string>
</resources>