From: Tim Allison Date: Thu, 23 Mar 2017 16:56:29 +0000 (+0000) Subject: Bug 60489 -- add @Test annotation so that this actually runs and includes ConnectsTyp... X-Git-Tag: REL_3_16_FINAL~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=93c7f9bdede67ad607cb5841c1963f7092f4b340;p=poi.git Bug 60489 -- add @Test annotation so that this actually runs and includes ConnectsType... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788288 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java b/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java index 4989268f7e..0be1814b2e 100644 --- a/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java +++ b/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java @@ -65,6 +65,7 @@ public class TestXDGFVisioExtractor { //the point of this is to trigger the addition of //some common visio classes -- ConnectsType + @Test public void testVisioConnects() throws IOException { InputStream is = SAMPLES.openResourceAsStream("60489.vsdx"); XmlVisioDocument document = new XmlVisioDocument(is);