comparison build.xml @ 651:6e98d34eaca8

Push: tests (push to empty, push changes, respect secret)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 01 Jul 2013 21:19:53 +0200
parents 690e71d29bf6
children 629a7370554c
comparison
equal deleted inserted replaced
650:3b275cc2d2aa 651:6e98d34eaca8
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.TestPush" />
114 <test name="org.tmatesoft.hg.test.ComplexTest" /> 115 <test name="org.tmatesoft.hg.test.ComplexTest" />
115 </junit> 116 </junit>
116 </target> 117 </target>
117 118
118 <!-- --> 119 <!-- -->