]> source.dussan.org Git - poi.git/commit
Use a modified version of NullPrintStream in integration tests
authorDominik Stadler <centic@apache.org>
Sun, 3 Apr 2022 13:25:15 +0000 (13:25 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 3 Apr 2022 13:25:15 +0000 (13:25 +0000)
commit86bc671633ed364da060ae8ba998138a6eb2c4c5
treed6f7292676f4f1ef5c9070a34f03efd49e767f87
parentfb95dfdd93bc36b03cb7b303e6efe1bbe4868747
Use a modified version of NullPrintStream in integration tests

The default version from Commons-IO does not avoid doing
utf-8 conversion and other work, so it is not well suited for
cases where lots of output happens.

Using an optimized version can bring down runtime of integration-tests
somewhat, especially for large files where XLS2CSV prints out lots of
data

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899532 13f79535-47bb-0310-9956-ffa450edef68
poi-integration/src/test/java/org/apache/poi/stress/OptimizedNullPrintStream.java [new file with mode: 0644]
poi-integration/src/test/java/org/apache/poi/stress/XSSFFileHandler.java