[tests] add test for watch (api 20)

This commit is contained in:
Connor Tumbleson 2014-11-19 17:03:23 -06:00
parent 50de34bbf1
commit e1a0b9eb8f
2 changed files with 9 additions and 0 deletions

View File

@ -167,6 +167,11 @@ public class BuildAndDecodeTest {
+ "-navhidden-dpad/strings.xml");
}
@Test
public void anyDpiTest() throws BrutException, IOException {
compareValuesFiles("values-watch/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="test1">test1</string>
</resources>