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:
parent
2c2028ede6
commit
185a66aed5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user