This is an automated email from the ASF dual-hosted git repository. mbenson 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 250d528 fixup testcase for Windows 250d528 is described below commit 250d528ee35255bd4ac3219ff31b3014b9e0d6aa Author: Matt Benson <mben...@apache.org> AuthorDate: Wed Feb 16 14:59:58 2022 -0600 fixup testcase for Windows --- src/tests/antunit/taskdefs/pathconvert-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/antunit/taskdefs/pathconvert-test.xml b/src/tests/antunit/taskdefs/pathconvert-test.xml index b5d0201..8a2f598 100644 --- a/src/tests/antunit/taskdefs/pathconvert-test.xml +++ b/src/tests/antunit/taskdefs/pathconvert-test.xml @@ -117,7 +117,7 @@ </pathconvert> <au:assertFileExists file="${output}/destfile" /> <au:assertTrue> - <resourcesmatch> + <resourcesmatch astext="true"> <file file="${output}/destfile" /> <string value="${basedir}/foo/bar/baz" /> </resourcesmatch>