fix broken test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-18 22:14:58 +00:00
parent 5733826765
commit 44f041ebcf
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ class TestXDGFVisioExtractor {
@Test
void testGetSimpleText() throws IOException {
new XDGFVisioExtractor(xml).close();
new XDGFVisioExtractor(pkg).close();
XDGFVisioExtractor extractor = new XDGFVisioExtractor(xml);
extractor.getText();