mirror of https://github.com/apache/poi.git
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
0ddda673b3
commit
f182b44c62
|
@ -394,7 +394,7 @@ public class TestAllFiles {
|
||||||
fail("Did not find a handler for file " + file);
|
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);
|
assertNotNull("Unknown file extension for file: " + file + ": " + getExtension(file), handler);
|
||||||
File inputFile = new File(ROOT_DIR, file);
|
File inputFile = new File(ROOT_DIR, file);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue