Author: tallison
Date: Thu Mar 23 16:56:29 2017
New Revision: 1788288
URL: http://svn.apache.org/viewvc?rev=1788288&view=rev
Log:
Bug 60489 -- add @Test annotation so that this actually runs and includes
ConnectsType...<facepalm/>
Modified:
poi/trunk/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java
Modified:
poi/trunk/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java?rev=1788288&r1=1788287&r2=1788288&view=diff
==============================================================================
---
poi/trunk/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java
(original)
+++
poi/trunk/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java
Thu Mar 23 16:56:29 2017
@@ -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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]