From: Dominik Stadler Date: Sat, 18 Mar 2017 13:56:04 +0000 (+0000) Subject: Add docm-file which is actually a binary doc to check handling of wrong-format-exceptions X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=531226ac8426f9ace4bb2695718a1a62f5202e7f;p=poi.git Add docm-file which is actually a binary doc to check handling of wrong-format-exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index f69b2300da..25ac41a9be 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -255,6 +255,7 @@ public class TestAllFiles { // TODO: good to ignore? "spreadsheet/sample-beta.xlsx", + "document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm", // This is actually a spreadsheet! "hpsf/TestRobert_Flaherty.doc", diff --git a/test-data/document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm b/test-data/document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm new file mode 100644 index 0000000000..8aa4522c45 Binary files /dev/null and b/test-data/document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm differ