mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-01 14:47:56 +01:00
[tests] add test for watch (api 20)
This commit is contained in:
parent
50de34bbf1
commit
e1a0b9eb8f
@ -167,6 +167,11 @@ public class BuildAndDecodeTest {
|
|||||||
+ "-navhidden-dpad/strings.xml");
|
+ "-navhidden-dpad/strings.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void anyDpiTest() throws BrutException, IOException {
|
||||||
|
compareValuesFiles("values-watch/strings.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void drawableNoDpiTest() throws BrutException, IOException {
|
public void drawableNoDpiTest() throws BrutException, IOException {
|
||||||
compareResFolder("drawable-nodpi");
|
compareResFolder("drawable-nodpi");
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="test1">test1</string>
|
||||||
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user