Repository: ant
Updated Branches:
  refs/heads/master 0b3e006f2 -> d4cc7cf0a


Fix copy-paste error

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/46f75934
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/46f75934
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/46f75934

Branch: refs/heads/master
Commit: 46f75934582b7385aaed881662fafe2a53555184
Parents: ab2a509
Author: Gintas Grigelionis <[email protected]>
Authored: Sat May 5 09:50:28 2018 +0200
Committer: Gintas Grigelionis <[email protected]>
Committed: Sat May 5 09:50:28 2018 +0200

----------------------------------------------------------------------
 src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/46f75934/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java 
b/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java
index d3bb33c..5756519 100644
--- a/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java
+++ b/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java
@@ -84,7 +84,7 @@ public class AntTest {
     @Test
     public void test3() {
         try {
-            buildRule.executeTarget("test1");
+            buildRule.executeTarget("test3");
             fail("recursive call");
         } catch(BuildException ex) {
             //TODO assert exception message

Reply via email to