Browse Source

typo

master
Stefan Bodewig 8 years ago
parent
commit
0e3026cfc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/taskdefs/optional/xz/xz-test.xml

+ 1
- 1
src/tests/antunit/taskdefs/optional/xz/xz-test.xml View File

@@ -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>


Loading…
Cancel
Save