Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2017-03-19 21:44:05 +00:00
parent a22b4aaa2d
commit 1aee770758
2 changed files with 7 additions and 0 deletions

View File

@ -624,4 +624,11 @@ public class TestXSLFBugs {
ppt.close();
}
@Test
public void test60042() {
XMLSlideShow ppt = XSLFTestDataSamples.openSampleDocument("60042.pptx");
ppt.removeSlide(0);
ppt.createSlide();
}
}

Binary file not shown.