I'm committing an old edit that may or may not help headless tests --

they seemed fine anyway, but what's the harm?
This commit is contained in:
dchandler 2003-12-13 21:50:23 +00:00
parent 8411ebe932
commit fcb0c57792

View file

@ -49,6 +49,7 @@
<target name="run-headless-junit-tests"
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="yes">
<sysproperty key="java.awt.headless" value="true"/>
<classpath>
<pathelement location="${junitbin}"/>
<path refid="entire.class.path"/>