aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2017-12-09 12:06:59 +0000
committerAndreas Beeker <kiwiwings@apache.org>2017-12-09 12:06:59 +0000
commitf182b44c62425854a1dfc5fc384ba8fc2fd70dbf (patch)
tree9e38533f2aa8be491cf613c843a87681f2b591aa /src/integrationtest
parent0ddda673b3f669f618d5bdc3c0b4cb516427e4c1 (diff)
downloadpoi-f182b44c62425854a1dfc5fc384ba8fc2fd70dbf.tar.gz
poi-f182b44c62425854a1dfc5fc384ba8fc2fd70dbf.zip
remove package name to ease the output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java2
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 812e6c6b4d..db543ce180 100644
--- a/src/integrationtest/org/apache/poi/TestAllFiles.java
+++ b/src/integrationtest/org/apache/poi/TestAllFiles.java
@@ -394,7 +394,7 @@ public class TestAllFiles {
fail("Did not find a handler for file " + file);
}
- System.out.println("Reading " + file + " with " + handler.getClass());
+ System.out.println("Reading " + file + " with " + handler.getClass().getSimpleName());
assertNotNull("Unknown file extension for file: " + file + ": " + getExtension(file), handler);
File inputFile = new File(ROOT_DIR, file);