Skip to content

Commit

Permalink
test: assert miui aapt1 patch exists (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Dec 8, 2023
1 parent 69dbb33 commit a9eacf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ public void xmlPluralsTest() throws BrutException {
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");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="test1">test1</string>
</resources>

0 comments on commit a9eacf6

Please sign in to comment.