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/01/11 21:20:51 UTC

[4/5] ant git commit: typo

typo


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

Branch: refs/heads/master
Commit: 0e3026cfc5c3b6f5c1e2648f44842705957f493c
Parents: be4c1c5
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Jan 11 22:19:59 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Jan 11 22:19:59 2017 +0100

----------------------------------------------------------------------
 src/tests/antunit/taskdefs/optional/xz/xz-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/0e3026cf/src/tests/antunit/taskdefs/optional/xz/xz-test.xml
----------------------------------------------------------------------
diff --git a/src/tests/antunit/taskdefs/optional/xz/xz-test.xml b/src/tests/antunit/taskdefs/optional/xz/xz-test.xml
index 5854123..3e4b6a8 100644
--- a/src/tests/antunit/taskdefs/optional/xz/xz-test.xml
+++ b/src/tests/antunit/taskdefs/optional/xz/xz-test.xml
@@ -38,7 +38,7 @@
 
     <target name="testFailTwo" if="xz.present">
         <au:expectfailure expectedmessage="xz cannot handle multiple resources at once. (2 resources were selected.)" message="Should have thrown an exception">
-            <xz destfile="${output}/file.gz">
+            <xz destfile="${output}/file.xz">
                 <fileset dir="${output}" />
             </xz>
         </au:expectfailure>