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