This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e952c473 test was disabled by accident
3e952c473 is described below

commit 3e952c4735f00de312b2b00b3060ed7b8b05d034
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Mar 3 21:14:25 2026 +0100

    test was disabled by accident
---
 src/tests/antunit/taskdefs/optional/windows/mklink-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/antunit/taskdefs/optional/windows/mklink-test.xml 
b/src/tests/antunit/taskdefs/optional/windows/mklink-test.xml
index 634df7e85..4d700e6e2 100644
--- a/src/tests/antunit/taskdefs/optional/windows/mklink-test.xml
+++ b/src/tests/antunit/taskdefs/optional/windows/mklink-test.xml
@@ -61,7 +61,7 @@
     <au:assertFileExists file="${output}/bar"/>
   </target>
 
-  <target name="XtestCreateDirectorySymlink" depends="setUp" 
if="canCreateSymlink">
+  <target name="testCreateDirectorySymlink" depends="setUp" 
if="canCreateSymlink">
     <mklink linktype="dir-symlink" link="${output}/bar"
             targetFile="${input}/foo"/>
     <au:assertFileExists file="${output}/bar/test"/>

Reply via email to