mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +01:00
actually run issue 1063 unit test
This commit is contained in:
parent
8525be6fab
commit
e82ef1034a
@ -176,6 +176,11 @@ public class BuildAndDecodeTest {
|
|||||||
compareXmlFiles("res/layout/issue1040.xml");
|
compareXmlFiles("res/layout/issue1040.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void xmlCustomAttributeTest() throws BrutException {
|
||||||
|
compareXmlFiles("res/layout/issue1063.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void qualifiersTest() throws BrutException {
|
public void qualifiersTest() throws BrutException {
|
||||||
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
|
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user