]> source.dussan.org Git - poi.git/commit
Add unit test which verifies that ThresholdInputStream can be used. This currently...
authorDominik Stadler <centic@apache.org>
Sun, 4 Mar 2018 13:33:38 +0000 (13:33 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 4 Mar 2018 13:33:38 +0000 (13:33 +0000)
commitc6df73b0f00e0399f078a684ea973efd5fb657bb
treee436e5da3c14fec0fabfa793905e47e871036baf
parent86a286013d9378bf00e766931c2f92dc81c02aab
Add unit test which verifies that ThresholdInputStream can be used. This currently fails with Java 10 because the reflection relies on internals of class ZipFile that were changed.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825818 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/testcases/org/apache/poi/openxml4j/util/TestZipSecureFile.java [new file with mode: 0644]