]> 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)
commitfeace0e745fb01153e19213be9588a27353e3c50
treee436e5da3c14fec0fabfa793905e47e871036baf
parentfb2f23678fd1fe93207133e258823f5f520790ec
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]