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 2017/12/19 12:23:04 UTC

ant git commit: remove debug output that is no longer needed

Repository: ant
Updated Branches:
  refs/heads/master a8bbb8be5 -> eec1ab760


remove debug output that is no longer needed


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

Branch: refs/heads/master
Commit: eec1ab7606ec0399d6db159a09316507af0959c0
Parents: a8bbb8b
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Dec 19 13:22:35 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Dec 19 13:22:35 2017 +0100

----------------------------------------------------------------------
 src/etc/testcases/taskdefs/optional/unix/symlink.xml           | 6 ------
 .../apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java   | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/eec1ab76/src/etc/testcases/taskdefs/optional/unix/symlink.xml
----------------------------------------------------------------------
diff --git a/src/etc/testcases/taskdefs/optional/unix/symlink.xml b/src/etc/testcases/taskdefs/optional/unix/symlink.xml
index 1b6baa5..134f29f 100644
--- a/src/etc/testcases/taskdefs/optional/unix/symlink.xml
+++ b/src/etc/testcases/taskdefs/optional/unix/symlink.xml
@@ -308,12 +308,6 @@
 
     <sleep seconds="${delay}"/>  <!-- make sure OS has time to catch up -->
 
-    <pathconvert property="symtest1.content">
-      <fileset dir="${output}/symtest1"/>
-      <map from="${output}/symtest1" to=""/>
-    </pathconvert>
-    <echo>Content of ${output}/symtest1 is ${symtest1.content}</echo>
-
     <available file="${output}/symtest1/link1"
                property="test.recreate.link1.recreated"/>
 

http://git-wip-us.apache.org/repos/asf/ant/blob/eec1ab76/src/tests/junit/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java
index 4e3427e..257a8ee 100644
--- a/src/tests/junit/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java
+++ b/src/tests/junit/org/apache/tools/ant/taskdefs/optional/unix/SymlinkTest.java
@@ -171,7 +171,7 @@ public class SymlinkTest {
         if (dirlinkRem != null) {
             fail(dirlinkRem);
         }
-        System.err.println(buildRule.getFullLog());
+
         assertNotNull("Failed to recreate link1",
                       p.getProperty("test.recreate.link1.recreated"));
         assertNotNull("Failed to recreate link2",