mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 09:17:35 +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");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void anyDpiTest() throws BrutException, IOException {
|
||||
compareValuesFiles("values-watch/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void drawableNoDpiTest() throws BrutException, IOException {
|
||||
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