remove package name to ease the output

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817600 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-12-09 12:06:59 +00:00
parent 2c2028ede6
commit 185a66aed5

View File

@ -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);