mirror of https://github.com/apache/poi.git
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:
parent
e40c26b56d
commit
93c7f9bded
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue