mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 22:07:47 +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");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void xmlCustomAttributeTest() throws BrutException {
|
||||
compareXmlFiles("res/layout/issue1063.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void qualifiersTest() throws BrutException {
|
||||
compareValuesFiles("values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp"
|
||||
|
Loading…
Reference in New Issue
Block a user