You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2021/11/07 15:26:58 UTC

svn commit: r1894816 - /poi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java

Author: centic
Date: Sun Nov  7 15:26:56 2021
New Revision: 1894816

URL: http://svn.apache.org/viewvc?rev=1894816&view=rev
Log:
Add missing exclude for CI run "no-scratchpad"

Modified:
    poi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java

Modified: poi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java?rev=1894816&r1=1894815&r2=1894816&view=diff
==============================================================================
--- poi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java (original)
+++ poi/trunk/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java Sun Nov  7 15:26:56 2021
@@ -86,7 +86,8 @@ public class TestAllFiles {
         "**/.svn/**",
         "lost+found",
         "**/.git/**",
-        "**/right-to-left.xlsx",
+        "**/ExternalEntityInText.docx", //the DocType (DTD) declaration causes this to fail
+        "**/right-to-left.xlsx", //the threaded comments in this file cause XSSF clone to fail
         "document/word2.doc",
         "document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm",
         "hpsf/Test0313rur.adm",



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