This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0574b  TIKA-2465 -- scope catch/fail more finely
     new 92fe9b8  Merge remote-tracking branch 'origin/master'
ed0574b is described below

commit ed0574bad50b25c99d9d8c9bbf0789985f4e84b9
Author: tballison <[email protected]>
AuthorDate: Thu Sep 14 18:44:07 2017 -0400

    TIKA-2465 -- scope catch/fail more finely
---
 tika-parsers/src/test/java/org/apache/tika/TestXXEInXML.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/src/test/java/org/apache/tika/TestXXEInXML.java 
b/tika-parsers/src/test/java/org/apache/tika/TestXXEInXML.java
index d4c6ca7..7f543d1 100644
--- a/tika-parsers/src/test/java/org/apache/tika/TestXXEInXML.java
+++ b/tika-parsers/src/test/java/org/apache/tika/TestXXEInXML.java
@@ -101,7 +101,7 @@ public class TestXXEInXML extends TikaTest {
                 "testEXCEL_embeddedPDF_windows.xlsx",
                 "testPPT_2imgs.pptx",
                 "testPPT_comment.pptx",
-                "testPPT_embeddedPDF.pptx",
+                "testPPT_EmbeddedPDF.pptx",
                 "testPPT_macros.pptm"
         }) {
             _testOOXML(fileName);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to