mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 22:24:25 +02:00
test: assert miui aapt1 patch exists (#3462)
This commit is contained in:
parent
69dbb335e3
commit
a9eacf657c
@ -139,6 +139,11 @@ public class BuildAndDecodeTest extends BaseTest {
|
|||||||
compareValuesFiles("values-mcc001/plurals.xml");
|
compareValuesFiles("values-mcc001/plurals.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void miuiRegressionTest() throws BrutException {
|
||||||
|
compareValuesFiles("values-godzillaui/strings.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void valuesStringsTest() throws BrutException {
|
public void valuesStringsTest() throws BrutException {
|
||||||
compareValuesFiles("values-mcc001/strings.xml");
|
compareValuesFiles("values-mcc001/strings.xml");
|
||||||
|
@ -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