omit png output on test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2019-06-23 22:26:24 +00:00
parent 861988bac3
commit 0df618c109
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class TestPPTX2PNG {
assumeFalse("ignore HSLF / .ppt files in no-scratchpad run", xslfOnly && pptFile.toLowerCase(Locale.ROOT).endsWith("ppt")); assumeFalse("ignore HSLF / .ppt files in no-scratchpad run", xslfOnly && pptFile.toLowerCase(Locale.ROOT).endsWith("ppt"));
String[] args = { String[] args = {
"-format", "png", // png,gif,jpg or null for test "-format", "null", // png,gif,jpg or null for test
"-slide", "-1", // -1 for all "-slide", "-1", // -1 for all
"-outdir", new File("build/tmp/").getCanonicalPath(), "-outdir", new File("build/tmp/").getCanonicalPath(),
"-outpat", "${basename}-${slideno}-${ext}.${format}", "-outpat", "${basename}-${slideno}-${ext}.${format}",