aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-03-19 21:27:04 +0000
committerPJ Fanning <fanningpj@apache.org>2021-03-19 21:27:04 +0000
commit5203092c62c6e65243e77f40b806e36ded719c8f (patch)
tree321a5b6bd0d24fb44f2ef54d7ef7086c75ba4e2a /src
parent4680bd516de970241fc316a809125fd3ac274314 (diff)
downloadpoi-5203092c62c6e65243e77f40b806e36ded719c8f.tar.gz
poi-5203092c62c6e65243e77f40b806e36ded719c8f.zip
revert accidental change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/integrationtest/org/apache/poi/stress/TestAllFiles.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java
index 4e913e5775..55777d12ee 100644
--- a/src/integrationtest/org/apache/poi/stress/TestAllFiles.java
+++ b/src/integrationtest/org/apache/poi/stress/TestAllFiles.java
@@ -86,7 +86,6 @@ public class TestAllFiles {
DirectoryScanner scanner = new DirectoryScanner();
scanner.setBasedir(ROOT_DIR);
scanner.setExcludes(SCAN_EXCLUDES);
- scanner.setIncludes(new String[]{"**/unknown_properties.msg"});
scanner.scan();