You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/05/03 07:08:02 UTC

[3/4] ant git commit: Remove a duplicate line

Remove a duplicate line

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

Branch: refs/heads/master
Commit: ab2a5096c889863f0eee5df2df8a4abd5ccccbad
Parents: e30f483
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Mon Apr 30 06:44:05 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed May 2 06:03:29 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/ant/blob/ab2a5096/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java
index d44f514..95b2ca9 100644
--- a/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java
+++ b/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java
@@ -133,7 +133,6 @@ public class ExecTaskTest {
             myBuildFile = buildFile;
             this.target = target;
             project = new Project();
-            project = new Project();
             project.init();
             project.setUserProperty("ant.file", myBuildFile.getAbsolutePath());
             ProjectHelper.configureProject(project, myBuildFile);