comparison 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
comparison
equal deleted inserted replaced
102:a3a2e5deb320 103:0b2dcca7de9f
38 </java> 38 </java>
39 39
40 </target> 40 </target>
41 41
42 <target name="tests" depends="build-tests"> 42 <target name="tests" depends="build-tests">
43 <junit printsummary="on"> 43 <junit>
44 <classpath path="hg4j.jar;hg4j-tests.jar;${junit.jar}"/> 44 <classpath path="hg4j.jar;hg4j-tests.jar;${junit.jar}"/>
45 <formatter type="xml"/>
46 <formatter type="plain" usefile="no"/>
45 <test name="org.tmatesoft.hg.test.TestHistory"/> 47 <test name="org.tmatesoft.hg.test.TestHistory"/>
46 <test name="org.tmatesoft.hg.test.TestManifest"/> 48 <test name="org.tmatesoft.hg.test.TestManifest"/>
47 <test name="org.tmatesoft.hg.test.TestStatus"/> 49 <test name="org.tmatesoft.hg.test.TestStatus"/>
48 <test name="org.tmatesoft.hg.test.TestStorePath"/> 50 <test name="org.tmatesoft.hg.test.TestStorePath"/>
49 </junit> 51 </junit>