mirror of https://github.com/apache/poi.git
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:
parent
5733826765
commit
44f041ebcf
|
@ -51,9 +51,6 @@ class TestXDGFVisioExtractor {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testGetSimpleText() throws IOException {
|
void testGetSimpleText() throws IOException {
|
||||||
new XDGFVisioExtractor(xml).close();
|
|
||||||
new XDGFVisioExtractor(pkg).close();
|
|
||||||
|
|
||||||
XDGFVisioExtractor extractor = new XDGFVisioExtractor(xml);
|
XDGFVisioExtractor extractor = new XDGFVisioExtractor(xml);
|
||||||
extractor.getText();
|
extractor.getText();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue