diff 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
line wrap: on
line diff
--- a/build.xml	Tue Apr 26 15:52:33 2011 +0200
+++ b/build.xml	Tue Apr 26 23:58:15 2011 +0200
@@ -80,11 +80,15 @@
 			<formatter type="xml" />
 			<formatter type="plain" usefile="no" />
 			<sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/>
+			<sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/>
 			<test name="org.tmatesoft.hg.test.TestHistory" />
 			<test name="org.tmatesoft.hg.test.TestManifest" />
 			<test name="org.tmatesoft.hg.test.TestStatus" />
 			<test name="org.tmatesoft.hg.test.TestStorePath" />
 			<test name="org.tmatesoft.hg.test.TestByteChannel" />
+			<test name="org.tmatesoft.hg.test.TestClone" />
+			<test name="org.tmatesoft.hg.test.TestIncoming" />
+			<test name="org.tmatesoft.hg.test.TestOutgoing" />
 		</junit>
 	</target>