diff options
author | Dominik Stadler <centic@apache.org> | 2021-01-03 11:49:59 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-01-03 11:49:59 +0000 |
commit | e08a1785c31d886399e6538bb2f10bb11d15ea56 (patch) | |
tree | 609921cc7e44ceed7864c1beb8b87afa5bca9d71 /src/integrationtest | |
parent | 622574f5f4ffd0413f2692efee5b23537b35cee9 (diff) | |
download | poi-e08a1785c31d886399e6538bb2f10bb11d15ea56.tar.gz poi-e08a1785c31d886399e6538bb2f10bb11d15ea56.zip |
ooxml-schema: trigger loading stress-documents as part of the normal unit-tests
The integration-tests are not executed for determining the parts of the schema
to include in the "lite" package and so we need to have a normal unit-test as well.
Add more documents which drag in some more parts from the ooxml-schema
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r-- | src/integrationtest/org/apache/poi/stress/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java index aa219bc2df..bd52eddef5 100644 --- a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java @@ -299,6 +299,7 @@ public class TestAllFiles { "document/61612a.docx", "document/word2.doc", "spreadsheet/xlsx-corrupted.xlsx", + "integration/stress025.docx", // old Excel files, which we only support simple text extraction of "spreadsheet/testEXCEL_2.xls", |