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
3be215e070
commit
51b4e33a62
@ -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 {
|
||||
|
BIN
test-data/slideshow/aptia.pptx
Normal file
BIN
test-data/slideshow/aptia.pptx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user