--- a/.hgignore Thu Apr 30 12:34:09 2009 +1000
+++ b/.hgignore Thu Apr 30 08:23:11 2009 +0200
@@ -20,6 +20,7 @@
config/log4j.lcf
config/setup*
config/checksums
+src/result.xml
src-db/database/lib/dbmanager.jar
src-core/lib/openbravo-core.jar
--- a/src/build.xml Thu Apr 30 12:34:09 2009 +1000
+++ b/src/build.xml Thu Apr 30 08:23:11 2009 +0200
@@ -240,7 +240,9 @@
<junit printsummary="yes" haltonfailure="yes">
<classpath refid="project.class.path" />
<formatter type="plain" usefile="no"/>
- <test name="org.openbravo.test.AllAntTaskTests" haltonfailure="no"/>
+ <test name="org.openbravo.test.AllAntTaskTests" haltonfailure="no" outfile="result">
+ <formatter type="xml" />
+ </test>
</junit>
</target>