Changing report format of JUnit tests to xml

This commit is contained in:
saksham 2012-06-28 12:27:13 +05:30
parent e43677c603
commit a7bf42e1c3
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@
<classpath refid="test.classpath"/>
<jvmarg value="${debug.jvmarg}"/>
<batchtest todir="${unittest.dir}">
<formatter type="plain"/>
<formatter type="xml"/>
<fileset dir="${utils.test.dir}">
<include name="**/*Test.java"/>
</fileset>