Fix improper handling of MNC_ZERO

- add test
 - patch ResConfigFlags
This commit is contained in:
Connor Tumbleson
2014-12-30 06:08:23 -06:00
parent 4ed8d23c57
commit 20504d1338
4 changed files with 15 additions and 3 deletions

View File

@ -93,6 +93,11 @@ public class BuildAndDecodeTest {
compareValuesFiles("values-mcc001/colors.xml");
}
@Test
public void bug702Test() throws BrutException {
compareValuesFiles("values-mcc001-mnc00/strings.xml");
}
@Test
public void valuesDimensTest() throws BrutException {
compareValuesFiles("values-mcc001/dimens.xml");

View File

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