Mercurial > hg4j
diff build.xml @ 103:0b2dcca7de9f
ErrorCollector in tests to grab multiple errors
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 28 Jan 2011 04:57:46 +0100 |
parents | a3a2e5deb320 |
children | 0617dd31477f |
line wrap: on
line diff
--- a/build.xml Fri Jan 28 03:50:52 2011 +0100 +++ b/build.xml Fri Jan 28 04:57:46 2011 +0100 @@ -40,8 +40,10 @@ </target> <target name="tests" depends="build-tests"> - <junit printsummary="on"> + <junit> <classpath path="hg4j.jar;hg4j-tests.jar;${junit.jar}"/> + <formatter type="xml"/> + <formatter type="plain" usefile="no"/> <test name="org.tmatesoft.hg.test.TestHistory"/> <test name="org.tmatesoft.hg.test.TestManifest"/> <test name="org.tmatesoft.hg.test.TestStatus"/>