Mercurial > hg4j
diff build.xml @ 546:cd78e8b9d7bc
File annotate test. Refactored FileAnnotation as standalone class, introduced LineInspector to make line offset calc code shared
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 18 Feb 2013 19:19:48 +0100 |
parents | 67d4b0f73984 |
children | 4ea0351ca878 |
line wrap: on
line diff
--- a/build.xml Fri Feb 15 22:15:13 2013 +0100 +++ b/build.xml Mon Feb 18 19:19:48 2013 +0100 @@ -105,6 +105,7 @@ <test name="org.tmatesoft.hg.test.TestCheckout" /> <test name="org.tmatesoft.hg.test.TestAddRemove" /> <test name="org.tmatesoft.hg.test.TestCommit" /> + <test name="org.tmatesoft.hg.test.TestBlame" /> </junit> </target>