diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-03-19 21:26:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-03-19 21:26:30 +0000 |
commit | 4680bd516de970241fc316a809125fd3ac274314 (patch) | |
tree | acc44654909a1951c57edf60fcf5a967d6ad2e36 /src/integrationtest/org/apache/poi/stress/TestAllFiles.java | |
parent | d96dd89e3541a4a3820d4cd559d43b2375c7fd5d (diff) | |
download | poi-4680bd516de970241fc316a809125fd3ac274314.tar.gz poi-4680bd516de970241fc316a809125fd3ac274314.zip |
try to re-enable new getBlockAt code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org/apache/poi/stress/TestAllFiles.java')
-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 55777d12ee..4e913e5775 100644 --- a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java @@ -86,6 +86,7 @@ public class TestAllFiles { DirectoryScanner scanner = new DirectoryScanner(); scanner.setBasedir(ROOT_DIR); scanner.setExcludes(SCAN_EXCLUDES); + scanner.setIncludes(new String[]{"**/unknown_properties.msg"}); scanner.scan(); |