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 2016/10/14 13:03:54 UTC

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

Author: nick
Date: Fri Oct 14 13:03:53 2016
New Revision: 1764887

URL: http://svn.apache.org/viewvc?rev=1764887&view=rev
Log:
Exclude broken hand-crafted test file

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=1764887&r1=1764886&r2=1764887&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java (original)
+++ poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Fri Oct 14 13:03:53 2016
@@ -249,6 +249,7 @@ public class TestAllFiles {
         EXPECTED_FAILURES.add("poifs/only-zero-byte-streams.ole2"); // No actual contents
         EXPECTED_FAILURES.add("spreadsheet/poc-xmlbomb.xlsx");  // contains xml-entity-expansion
         EXPECTED_FAILURES.add("spreadsheet/poc-shared-strings.xlsx");  // contains shared-string-entity-expansion
+        EXPECTED_FAILURES.add("spreadsheet/60255_extra_drawingparts.xlsx"); // Non-drawing drawing
         
         // old Excel files, which we only support simple text extraction of
         EXPECTED_FAILURES.add("spreadsheet/testEXCEL_2.xls");



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