Parcourir la source

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
tags/REL_4_0_0_FINAL
PJ Fanning il y a 5 ans
Parent
révision
fe9955884f

+ 11
- 0
src/ooxml/testcases/org/apache/poi/xslf/TestXSLFBugs.java Voir le fichier

@@ -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 Voir le fichier


Chargement…
Annuler
Enregistrer