summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-09-16 19:37:52 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-09-16 19:37:52 +0000
commit8acb3adab90b6212a4e1b4e3ab224f2f613cef5b (patch)
treea1082858b5a612e402f60a5abf065bf347f68c0c /src/ooxml/testcases
parent60dc4f42954b6cdf5e23a8c1ee0fb86632209e52 (diff)
downloadpoi-8acb3adab90b6212a4e1b4e3ab224f2f613cef5b.tar.gz
poi-8acb3adab90b6212a4e1b4e3ab224f2f613cef5b.zip
Add more render test images
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1881773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml/testcases')
-rw-r--r--src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java3
1 files changed, 2 insertions, 1 deletions
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() {