mirror of
https://github.com/iBotPeaches/Apktool.git
synced 2024-11-23 04:30:04 +00: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");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void miuiRegressionTest() throws BrutException {
|
||||
compareValuesFiles("values-godzillaui/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void valuesStringsTest() throws BrutException {
|
||||
compareValuesFiles("values-mcc001/strings.xml");
|
||||
|
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="test1">test1</string>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user