]> source.dussan.org Git - poi.git/commitdiff
Bug 60489 -- add @Test annotation so that this actually runs and includes ConnectsTyp...
authorTim Allison <tallison@apache.org>
Thu, 23 Mar 2017 16:56:29 +0000 (16:56 +0000)
committerTim Allison <tallison@apache.org>
Thu, 23 Mar 2017 16:56:29 +0000 (16:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788288 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java

index 4989268f7e55959c740fceb8463d4cbf74be7fa3..0be1814b2e554dee53c6d840e94a6ebd21cdee77 100644 (file)
@@ -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);