]> source.dussan.org Git - poi.git/commitdiff
undo change
authorPJ Fanning <fanningpj@apache.org>
Fri, 8 Oct 2021 18:13:20 +0000 (18:13 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 8 Oct 2021 18:13:20 +0000 (18:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894037 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/xwpf/TestXWPFBugs.java

index 581b3bbefa1e24211de504f75a5df9546bb0d4e1..b630075831f701601327a9c333a1362b64341a2e 100644 (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());
-        }
-    }
 }
\ No newline at end of file