You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fop/build.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -696,7 +696,8 @@ list of possible build targets.
696
696
<includename="fop-transcoder.jar"/>
697
697
</fileset>
698
698
</path>
699
-
<junit-runclasspath="transcoder-classpath"title="basic functionality for fop-transcoder.jar"testsuite="org.apache.fop.BasicTranscoderTestSuite"outfile="TEST-transcoder"/>
699
+
<junit-runclasspath="transcoder-classpath"title="basic functionality for fop-transcoder.jar"
<echomessage="Running basic functionality tests for fop-transcoder-allinone.jar"/>
701
702
<!-- These are the same tests as in the block above but testing the "allinone" JAR
702
703
instead. Please don't add any additional paths other than the test classes, the
@@ -716,7 +717,7 @@ list of possible build targets.
716
717
<includename="batik*.jar"/>
717
718
</fileset>
718
719
</path>
719
-
<junit-runclasspath="transcoder-all-classpath"title="basic functionality for fop-transcoder-allinone.jar"testsuite="org.apache.fop.BasicTranscoderTestSuite"outfile="TEST-transcoder-allinone"/>
720
+
<junit-runclasspath="transcoder-all-classpath"title="basic functionality for fop-transcoder-allinone.jar"testsuite="org.apache.fop.svg.BasicTranscoderTestSuite"outfile="TEST-transcoder-allinone"/>
0 commit comments