You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/03/11 20:09:00 UTC

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

Author: nick
Date: Wed Mar 11 19:08:59 2015
New Revision: 1665971

URL: http://svn.apache.org/r1665971
Log:
No support as yet for the OOXML visio files, so have these ignored

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=1665971&r1=1665970&r2=1665971&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java (original)
+++ poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Wed Mar 11 19:08:59 2015
@@ -98,8 +98,16 @@ public class TestAllFiles {
         // Publisher
         HANDLERS.put(".pub", new HPBFFileHandler());
 
-        // Visio
+        // Visio - binary
         HANDLERS.put(".vsd", new HDGFFileHandler());
+        
+        // Visio - ooxml (currently unsupported)
+        HANDLERS.put(".vsdm", new NullFileHandler());
+        HANDLERS.put(".vsdx", new NullFileHandler());
+        HANDLERS.put(".vssm", new NullFileHandler());
+        HANDLERS.put(".vssx", new NullFileHandler());
+        HANDLERS.put(".vstm", new NullFileHandler());
+        HANDLERS.put(".vstx", new NullFileHandler());
 
         // POIFS
         HANDLERS.put(".ole2", new POIFSFileHandler());



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