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

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

Author: fanningpj
Date: Tue Sep 24 20:12:06 2019
New Revision: 1867493

URL: http://svn.apache.org/viewvc?rev=1867493&view=rev
Log:
xlsx is expected to fail in integration test

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=1867493&r1=1867492&r2=1867493&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java (original)
+++ poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Tue Sep 24 20:12:06 2019
@@ -276,6 +276,7 @@ public class TestAllFiles {
         "spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx",
         "spreadsheet/55864.xlsx",
         "spreadsheet/57890.xlsx",
+        "spreadsheet/xxe_in_schema.xlsx",
 
         // TODO: these fail now with some NPE/file read error because we now try to compute every value via Cell.toString()!
         "spreadsheet/44958.xls",



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