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:01 UTC

[2/4] ant git commit: Fix a copy-paste error (cherry-picked from master)

Fix a copy-paste error (cherry-picked from master)

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

Branch: refs/heads/master
Commit: e30f48346920c8253e41d130770bed42a55aa94e
Parents: c6c81da
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Wed May 2 06:03:04 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed May 2 06:03:04 2018 +0200

----------------------------------------------------------------------
 .../apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/e30f4834/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java
index df4dccd..13691fc 100644
--- a/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java
+++ b/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java
@@ -82,7 +82,7 @@ public class JDependTest {
      */
     @Test
     public void testTimeout() {
-        buildRule.executeTarget("fork-xml");
+        buildRule.executeTarget("fork-timeout");
         AntAssert.assertContains("JDepend FAILED - Timed out", buildRule.getLog());
     }