From 93c7f9bdede67ad607cb5841c1963f7092f4b340 Mon Sep 17 00:00:00 2001 From: Tim Allison Date: Thu, 23 Mar 2017 16:56:29 +0000 Subject: [PATCH] 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 --- .../org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5