You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2017/12/09 12:06:59 UTC

svn commit: r1817600 - /poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

Author: kiwiwings
Date: Sat Dec  9 12:06:59 2017
New Revision: 1817600

URL: http://svn.apache.org/viewvc?rev=1817600&view=rev
Log:
remove package name to ease the output

Modified:
    poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java?rev=1817600&r1=1817599&r2=1817600&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java (original)
+++ poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Sat Dec  9 12:06:59 2017
@@ -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);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org