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

[1/3] ant git commit: Re-activate a “forgotten” test

Repository: ant
Updated Branches:
  refs/heads/1.9.x b5e3a6d79 -> ab2a5096c


Re-activate a “forgotten” test

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

Branch: refs/heads/1.9.x
Commit: c6c81da5f4d9ace244bc303cbb080ef177384eb6
Parents: b5e3a6d
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Sun Apr 29 22:43:45 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed May 2 05:59:03 2018 +0200

----------------------------------------------------------------------
 .../junit/org/apache/tools/ant/taskdefs/ZipExtraFieldTest.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/c6c81da5/src/tests/junit/org/apache/tools/ant/taskdefs/ZipExtraFieldTest.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/ZipExtraFieldTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/ZipExtraFieldTest.java
index ff3b0e4..dcf4e38 100644
--- a/src/tests/junit/org/apache/tools/ant/taskdefs/ZipExtraFieldTest.java
+++ b/src/tests/junit/org/apache/tools/ant/taskdefs/ZipExtraFieldTest.java
@@ -46,6 +46,7 @@ public class ZipExtraFieldTest {
         testExtraField(new Zip(), true);
     }
 
+    @Test
     public void testDoesntCreateZip64ExtraFieldForJar() throws IOException {
         testExtraField(new Jar(), false);
     }


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

Posted by gi...@apache.org.
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/1.9.x
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);


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

Posted by gi...@apache.org.
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/1.9.x
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());
     }