You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ga...@apache.org on 2014/11/16 20:46:20 UTC

svn commit: r1640024 [2/2] - in /xmlgraphics/batik/branches/junit/test/java/org/apache/batik: apps/rasterizer/ bridge/ gvt/ parser/ script/rhino/ svggen/ test/xml/ transcoder/ transcoder/image/ transcoder/wmf/

Copied: xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTestCase.java (from r1640023, xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTest.java)
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTestCase.java&p1=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTest.java&r1=1640023&r2=1640024&rev=1640024&view=diff
==============================================================================
--- xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTest.java (original)
+++ xmlgraphics/batik/branches/junit/test/java/org/apache/batik/transcoder/wmf/WMFAccuracyTestCase.java Sun Nov 16 19:46:19 2014
@@ -41,6 +41,13 @@ import org.apache.batik.transcoder.Trans
 import org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder;
 import org.apache.batik.util.SVGConstants;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * This test validates that a given WMF file is properly converted to
  * an SVG document by comparing the generated SVG document to a known,
@@ -49,7 +56,8 @@ import org.apache.batik.util.SVGConstant
  * @author <a href="mailto:deweese@apache.org">Thomas DeWeese</a>
  * @version $Id$
  */
-public class WMFAccuracyTest extends AbstractTest
+@Ignore
+public class WMFAccuracyTestCase extends AbstractTest
     implements SVGConstants {
 
     public static final String GENERATOR_REFERENCE_BASE
@@ -166,7 +174,7 @@ public class WMFAccuracyTest extends Abs
         return ret;
     }
 
-    public WMFAccuracyTest(){
+    public WMFAccuracyTestCase(){
     }
 
     public void setId(String id){