mirror of https://github.com/apache/poi.git
small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test that fails on old-xerces harness
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2172d63be9
commit
ac6a401fd8
|
@ -907,7 +907,7 @@ public final class TestPackage {
|
|||
getZipStatsAndConsume((max_size, min_ratio) -> {
|
||||
// check max entry size ouf of bounds
|
||||
ZipSecureFile.setMinInflateRatio(min_ratio-0.002);
|
||||
ZipSecureFile.setMaxEntrySize(max_size-100);
|
||||
ZipSecureFile.setMaxEntrySize(max_size-200);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue