add 1 of the pptx files failing in centic regression tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-07-29 23:19:07 +00:00
parent 3be215e070
commit 51b4e33a62
2 changed files with 11 additions and 0 deletions

View File

@ -724,6 +724,17 @@ public class TestXSLFBugs {
ppt.close();
}
@Test
public void testAptia() throws IOException {
XMLSlideShow ppt = XSLFTestDataSamples.openSampleDocument("aptia.pptx");
try {
XMLSlideShow saved = XSLFTestDataSamples.writeOutAndReadBack(ppt);
} catch (IOException e) {
fail("Could not read back saved presentation.");
}
ppt.close();
}
@Ignore
@Test
public void testDivinoRevelado() throws IOException {

Binary file not shown.