Mercurial > hg4j
changeset 298:aac0c3fab6ce
Updated jar with test repositories
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 17 Sep 2011 12:24:50 +0200 |
parents | e7ca6f16d074 |
children | 45dc79e545f5 |
files | build.xml test-data/test-repos.jar |
diffstat | 2 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Sat Sep 17 00:48:34 2011 +0200 +++ b/build.xml Sat Sep 17 12:24:50 2011 +0200 @@ -81,6 +81,7 @@ <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.TestIntMap" /> <test name="org.tmatesoft.hg.test.TestHistory" /> <test name="org.tmatesoft.hg.test.TestManifest" /> <test name="org.tmatesoft.hg.test.TestStatus" />