mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
actually run issue 1063 unit test
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user