diff --git a/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java b/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java index df23f14f28..706f4ea8a6 100644 --- a/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java +++ b/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java @@ -51,7 +51,8 @@ public class TestPPTX2PNG { private static final String files = "bug64693.pptx, 53446.ppt, alterman_security.ppt, alterman_security.pptx, KEY02.pptx, themes.pptx, " + "backgrounds.pptx, layouts.pptx, sample.pptx, shapes.pptx, 54880_chinese.ppt, keyframes.pptx," + - "customGeo.pptx, customGeo.ppt, wrench.emf, santa.wmf, missing-moveto.ppt"; + "customGeo.pptx, customGeo.ppt, wrench.emf, santa.wmf, missing-moveto.ppt, " + + "64716_image1.wmf, 64716_image2.wmf, 64716_image3.wmf"; @BeforeClass public static void checkHslf() { diff --git a/test-data/slideshow/64716_image1.wmf b/test-data/slideshow/64716_image1.wmf new file mode 100755 index 0000000000..bef72f2bc3 Binary files /dev/null and b/test-data/slideshow/64716_image1.wmf differ diff --git a/test-data/slideshow/64716_image2.wmf b/test-data/slideshow/64716_image2.wmf new file mode 100755 index 0000000000..e84fc8a417 Binary files /dev/null and b/test-data/slideshow/64716_image2.wmf differ diff --git a/test-data/slideshow/64716_image3.wmf b/test-data/slideshow/64716_image3.wmf new file mode 100755 index 0000000000..a2675cbcb7 Binary files /dev/null and b/test-data/slideshow/64716_image3.wmf differ