mirror of https://github.com/apache/poi.git
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:
parent
827d628409
commit
fe9955884f
|
@ -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.
Loading…
Reference in New Issue