Mercurial > hg4j
diff build.xml @ 540:67d4b0f73984
Include commit tests into Ant's test suite
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 13 Feb 2013 19:41:33 +0100 |
parents | 95bdcf75e71e |
children | cd78e8b9d7bc |
line wrap: on
line diff
--- a/build.xml Wed Feb 13 18:44:58 2013 +0100 +++ b/build.xml Wed Feb 13 19:41:33 2013 +0100 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2010-2012 TMate Software Ltd + Copyright (c) 2010-2013 TMate Software Ltd This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -104,6 +104,7 @@ <test name="org.tmatesoft.hg.test.TestRevert" /> <test name="org.tmatesoft.hg.test.TestCheckout" /> <test name="org.tmatesoft.hg.test.TestAddRemove" /> + <test name="org.tmatesoft.hg.test.TestCommit" /> </junit> </target>