mirror of https://github.com/apache/poi.git
undo change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e7d8e85ca
commit
94eb8a749e
|
@ -139,14 +139,4 @@ class TestXWPFBugs {
|
|||
zf.close();
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
void bug65320() throws Exception {
|
||||
try (
|
||||
OPCPackage pkg = OPCPackage.open(samples.getFile("bug65320.docx"));
|
||||
XWPFDocument document = new XWPFDocument(pkg)
|
||||
){
|
||||
assertEquals(1, document.getAllPictures().size());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue