test: assert miui aapt1 patch exists (#3462)

This commit is contained in:
Connor Tumbleson 2023-12-08 07:29:28 -05:00 committed by GitHub
parent 69dbb335e3
commit a9eacf657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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");

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="test1">test1</string>
</resources>