Mercurial > jhg
comparison build.xml @ 311:b9592e21176a
Tests for array sort and reverse index building helper
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Mon, 26 Sep 2011 04:06:04 +0200 | 
| parents | 962f78aac342 | 
| children | f05c8b1f08c4 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 310:237de162be28 | 311:b9592e21176a | 
|---|---|
| 80 <formatter type="xml" /> | 80 <formatter type="xml" /> | 
| 81 <formatter type="plain" usefile="no" /> | 81 <formatter type="plain" usefile="no" /> | 
| 82 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/> | 82 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/> | 
| 83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/> | 83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/> | 
| 84 <test name="org.tmatesoft.hg.test.TestIntMap" /> | 84 <test name="org.tmatesoft.hg.test.TestIntMap" /> | 
| 85 <test name="org.tmatesoft.hg.test.TestAuxUtilities" /> | |
| 85 <test name="org.tmatesoft.hg.test.TestHistory" /> | 86 <test name="org.tmatesoft.hg.test.TestHistory" /> | 
| 86 <test name="org.tmatesoft.hg.test.TestManifest" /> | 87 <test name="org.tmatesoft.hg.test.TestManifest" /> | 
| 87 <test name="org.tmatesoft.hg.test.TestStatus" /> | 88 <test name="org.tmatesoft.hg.test.TestStatus" /> | 
| 88 <test name="org.tmatesoft.hg.test.TestStorePath" /> | 89 <test name="org.tmatesoft.hg.test.TestStorePath" /> | 
| 89 <test name="org.tmatesoft.hg.test.TestIgnore" /> | 90 <test name="org.tmatesoft.hg.test.TestIgnore" /> | 
