mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-06 16:54:26 +02:00
Add test for #1674
This commit is contained in:
parent
ef9be883cd
commit
ee2b7206f1
@ -197,6 +197,11 @@ public class BuildAndDecodeTest {
|
|||||||
compareXmlFiles("res/layout/issue1130.xml");
|
compareXmlFiles("res/layout/issue1130.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void xmlUniformAutoTextTest() throws BrutException {
|
||||||
|
compareXmlFiles("res/layout/issue1674.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test(expected = AssertionError.class)
|
@Test(expected = AssertionError.class)
|
||||||
public void xmlFillParentBecomesMatchTest() throws BrutException {
|
public void xmlFillParentBecomesMatchTest() throws BrutException {
|
||||||
compareXmlFiles("res/layout/issue1274.xml");
|
compareXmlFiles("res/layout/issue1274.xml");
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android" android:autoSizeTextType="uniform" />
|
Loading…
x
Reference in New Issue
Block a user