diff build.xml @ 474:09f2d38ecf26

Tests for phases support
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 12 Jul 2012 15:36:21 +0200
parents 31bd09da0dcf
children 9c9d09111aee
line wrap: on
line diff
--- a/build.xml	Wed Jul 11 22:45:29 2012 +0200
+++ b/build.xml	Thu Jul 12 15:36:21 2012 +0200
@@ -96,6 +96,7 @@
 			<test name="org.tmatesoft.hg.test.TestClone" />
 			<test name="org.tmatesoft.hg.test.TestIncoming" />
 			<test name="org.tmatesoft.hg.test.TestOutgoing" />
+			<test name="org.tmatesoft.hg.test.TestPhases" />
 		</junit>
 	</target>