Bug 60489 -- add @Test annotation so that this actually runs and includes ConnectsType...<facepalm/>

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1788288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tim Allison 2017-03-23 16:56:29 +00:00
parent 925f4b85ad
commit 3d20031b56
1 changed files with 1 additions and 0 deletions

View 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);