You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ta...@apache.org on 2017/03/23 16:56:29 UTC

svn commit: r1788288 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xdgf/extractor/TestXDGFVisioExtractor.java

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org