diff options
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,12 +64,12 @@ <delete dir="${test.results}"/> <mkdir dir="${test.results}"/> <junit fork="false"> - <formatter type="plain"/> + <formatter type="xml"/> <classpath> <pathelement location="${JUNIT_JAR}"/> <pathelement location="${jar}"/> <pathelement location="${src.tests}"/> - <path refid="classpath"/> + <path refid="classpath"/> </classpath> <batchtest fork="yes" todir="${test.results}"> <fileset dir="${src.tests}"> |