Don't halt for failure or error on DuffPaneTest; it requires a headed display.

This commit is contained in:
dchandler 2003-07-19 14:46:58 +00:00
parent a7f0c35738
commit f95240890c

View file

@ -34,7 +34,7 @@
<!-- This creates output files TEST* in the Jskad/ directory. --> <!-- This creates output files TEST* in the Jskad/ directory. -->
<target name="run-headed-junit-tests" <target name="run-headed-junit-tests"
description="Assuming that compilation of appropriate classes has been done, this target runs all the JUnit tests in the project."> description="Assuming that compilation of appropriate classes has been done, this target runs all the JUnit tests in the project.">
<junit fork="no" printsummary="yes" haltonfailure="yes" haltonerror="no"> <junit fork="no" printsummary="yes" haltonfailure="no" haltonerror="no">
<!-- we don't halt on error because you get an error when you run <!-- we don't halt on error because you get an error when you run
on a headless display --> on a headless display -->
<classpath> <classpath>