undo change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-08 18:13:20 +00:00
parent 5e7d8e85ca
commit 94eb8a749e
1 changed files with 0 additions and 10 deletions

View File

@ -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());
}
}
}