diff options
author | Dominik Stadler <centic@apache.org> | 2017-03-17 12:03:07 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-03-17 12:03:07 +0000 |
commit | f1ccb8577fba21eb3ab5d7d463875cfc8dab97bd (patch) | |
tree | d1a9951fd22e17b2b993a2ca1517392053d2ee3a /src/integrationtest/org/apache/poi/TestAllFiles.java | |
parent | c2bce0370e6e8df5bd3f6d4433593f5e80192b82 (diff) | |
download | poi-f1ccb8577fba21eb3ab5d7d463875cfc8dab97bd.tar.gz poi-f1ccb8577fba21eb3ab5d7d463875cfc8dab97bd.zip |
Fix ROOT_DIR
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org/apache/poi/TestAllFiles.java')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 2311421aaa..f69b2300da 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -85,7 +85,7 @@ import org.junit.runners.Parameterized.Parameters; @RunWith(Parameterized.class) public class TestAllFiles { - private static final File ROOT_DIR = new File("C:/users/tallison/idea projects/poi-trunk/test-data"); + private static final File ROOT_DIR = new File("test-data"); static final String[] SCAN_EXCLUDES = new String[] { "**/.svn/**", "lost+found" }; |