comparison build.xml @ 653:629a7370554c

Tests for recent changes in HgParentChildMap and RepositoryComparator (outgoing to respect drafts and Issue 47)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 03 Jul 2013 14:38:30 +0200
parents 6e98d34eaca8
children 46b56864b483
comparison
equal deleted inserted replaced
652:cd77bf51b562 653:629a7370554c
109 <test name="org.tmatesoft.hg.test.TestCommit" /> 109 <test name="org.tmatesoft.hg.test.TestCommit" />
110 <test name="org.tmatesoft.hg.test.TestBlame" /> 110 <test name="org.tmatesoft.hg.test.TestBlame" />
111 <test name="org.tmatesoft.hg.test.TestDiffHelper" /> 111 <test name="org.tmatesoft.hg.test.TestDiffHelper" />
112 <test name="org.tmatesoft.hg.test.TestRepositoryLock" /> 112 <test name="org.tmatesoft.hg.test.TestRepositoryLock" />
113 <test name="org.tmatesoft.hg.test.TestRevisionSet" /> 113 <test name="org.tmatesoft.hg.test.TestRevisionSet" />
114 <test name="org.tmatesoft.hg.test.TestRevisionMaps" />
114 <test name="org.tmatesoft.hg.test.TestPush" /> 115 <test name="org.tmatesoft.hg.test.TestPush" />
115 <test name="org.tmatesoft.hg.test.ComplexTest" /> 116 <test name="org.tmatesoft.hg.test.ComplexTest" />
116 </junit> 117 </junit>
117 </target> 118 </target>
118 119