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 ss...@apache.org on 2017/07/31 10:45:44 UTC

svn commit: r1803515 - in /xmlgraphics/batik/trunk: build.xml test-sources/org/apache/batik/test/xml/JUnitRunnerTestCase.java

Author: ssteiner
Date: Mon Jul 31 10:45:43 2017
New Revision: 1803515

URL: http://svn.apache.org/viewvc?rev=1803515&view=rev
Log:
BATIK-1196: Run batik tests from junit

Modified:
    xmlgraphics/batik/trunk/build.xml
    xmlgraphics/batik/trunk/test-sources/org/apache/batik/test/xml/JUnitRunnerTestCase.java

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=1803515&r1=1803514&r2=1803515&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Mon Jul 31 10:45:43 2017
@@ -2571,7 +2571,7 @@ JAVA=/usr/bin/java
     </path>               
     <mkdir dir="${junit.reports.dir}"/>
     <junit dir="${basedir}" haltonfailure="yes" fork="true" forkmode="once" printsummary="yes" showoutput="true">
-      <!-- <sysproperty key="jawa.awt.headless" value="true"/> -->
+      <sysproperty key="jawa.awt.headless" value="true"/>
       <formatter type="brief" usefile="false"/>
       <formatter type="plain" usefile="true"/>
       <formatter type="xml" usefile="true"/>

Modified: xmlgraphics/batik/trunk/test-sources/org/apache/batik/test/xml/JUnitRunnerTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/test-sources/org/apache/batik/test/xml/JUnitRunnerTestCase.java?rev=1803515&r1=1803514&r2=1803515&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/test-sources/org/apache/batik/test/xml/JUnitRunnerTestCase.java (original)
+++ xmlgraphics/batik/trunk/test-sources/org/apache/batik/test/xml/JUnitRunnerTestCase.java Mon Jul 31 10:45:43 2017
@@ -102,6 +102,8 @@ public class JUnitRunnerTestCase {
     }
 
     private static List<String> EXCLUDE = Arrays.asList(
+"samples/tests/spec/scripting/memoryLeak1.svg",
+"samples/tests/spec/scripting/primaryDoc.svg",
 "PerformanceTestValidator",
 "DoubleStringPerformanceTest",
 "text.selection.latin",