comparison build.xml @ 204:883f1efbcf27

Add clone,incoming and outging tests
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 26 Apr 2011 23:58:15 +0200
parents b8534ac8ac67
children c8baeb813d74
comparison
equal deleted inserted replaced
203:66fd2c73c56f 204:883f1efbcf27
78 <junit> 78 <junit>
79 <classpath path="${hg4j.jar};${hg4j-tests.jar};${junit.jar}" /> 79 <classpath path="${hg4j.jar};${hg4j-tests.jar};${junit.jar}" />
80 <formatter type="xml" /> 80 <formatter type="xml" />
81 <formatter type="plain" usefile="no" /> 81 <formatter type="plain" usefile="no" />
82 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/> 82 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/>
83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/>
83 <test name="org.tmatesoft.hg.test.TestHistory" /> 84 <test name="org.tmatesoft.hg.test.TestHistory" />
84 <test name="org.tmatesoft.hg.test.TestManifest" /> 85 <test name="org.tmatesoft.hg.test.TestManifest" />
85 <test name="org.tmatesoft.hg.test.TestStatus" /> 86 <test name="org.tmatesoft.hg.test.TestStatus" />
86 <test name="org.tmatesoft.hg.test.TestStorePath" /> 87 <test name="org.tmatesoft.hg.test.TestStorePath" />
87 <test name="org.tmatesoft.hg.test.TestByteChannel" /> 88 <test name="org.tmatesoft.hg.test.TestByteChannel" />
89 <test name="org.tmatesoft.hg.test.TestClone" />
90 <test name="org.tmatesoft.hg.test.TestIncoming" />
91 <test name="org.tmatesoft.hg.test.TestOutgoing" />
88 </junit> 92 </junit>
89 </target> 93 </target>
90 94
91 <!-- --> 95 <!-- -->
92 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> 96 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars">