comparison build.xml @ 271:c8baeb813d74

Include tests for hgignore into the suite
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 24 Aug 2011 04:17:55 +0200
parents 883f1efbcf27
children c2601c0b4a1f
comparison
equal deleted inserted replaced
270:c6450b0b1fd5 271:c8baeb813d74
83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/> 83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/>
84 <test name="org.tmatesoft.hg.test.TestHistory" /> 84 <test name="org.tmatesoft.hg.test.TestHistory" />
85 <test name="org.tmatesoft.hg.test.TestManifest" /> 85 <test name="org.tmatesoft.hg.test.TestManifest" />
86 <test name="org.tmatesoft.hg.test.TestStatus" /> 86 <test name="org.tmatesoft.hg.test.TestStatus" />
87 <test name="org.tmatesoft.hg.test.TestStorePath" /> 87 <test name="org.tmatesoft.hg.test.TestStorePath" />
88 <test name="org.tmatesoft.hg.test.TestIgnore" />
88 <test name="org.tmatesoft.hg.test.TestByteChannel" /> 89 <test name="org.tmatesoft.hg.test.TestByteChannel" />
89 <test name="org.tmatesoft.hg.test.TestClone" /> 90 <test name="org.tmatesoft.hg.test.TestClone" />
90 <test name="org.tmatesoft.hg.test.TestIncoming" /> 91 <test name="org.tmatesoft.hg.test.TestIncoming" />
91 <test name="org.tmatesoft.hg.test.TestOutgoing" /> 92 <test name="org.tmatesoft.hg.test.TestOutgoing" />
92 </junit> 93 </junit>