mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +01:00
test: add 32,767 byte string for aapt2
- https://issuetracker.google.com/issues/73456167
This commit is contained in:
parent
5199c98a71
commit
3037024022
@ -74,6 +74,11 @@ public class BuildAndDecodeTest extends BaseTest {
|
|||||||
compareValuesFiles("values/strings.xml");
|
compareValuesFiles("values/strings.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void valuesMaxLengthTest() throws BrutException {
|
||||||
|
compareValuesFiles("values-es/strings.xml");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void confirmZeroByteFileIsNotStored() throws BrutException {
|
public void confirmZeroByteFileIsNotStored() throws BrutException {
|
||||||
MetaInfo metaInfo = new Androlib().readMetaFile(sTestNewDir);
|
MetaInfo metaInfo = new Androlib().readMetaFile(sTestNewDir);
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">testapp</string>
|
<string name="app_name">testapp</string>
|
||||||
|
<string name="long_string_32767" />
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user