mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +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");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void valuesMaxLengthTest() throws BrutException {
|
||||
compareValuesFiles("values-es/strings.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void confirmZeroByteFileIsNotStored() throws BrutException {
|
||||
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"?>
|
||||
<resources>
|
||||
<string name="app_name">testapp</string>
|
||||
<string name="long_string_32767" />
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user