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 2016/07/24 11:11:10 UTC

[4/8] ant git commit: try to make tests pass with default encoding != UTF-8

try to make tests pass with default encoding != UTF-8


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

Branch: refs/heads/master
Commit: 51bd1cbff7615c621dfa94b6ad2b938e9b747d49
Parents: 0319f81
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Jul 24 12:21:10 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Jul 24 12:21:10 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/ant/blob/51bd1cbf/src/tests/antunit/taskdefs/optional/native2ascii-test.xml
----------------------------------------------------------------------
diff --git a/src/tests/antunit/taskdefs/optional/native2ascii-test.xml b/src/tests/antunit/taskdefs/optional/native2ascii-test.xml
index 8705f6a..59030e9 100644
--- a/src/tests/antunit/taskdefs/optional/native2ascii-test.xml
+++ b/src/tests/antunit/taskdefs/optional/native2ascii-test.xml
@@ -82,7 +82,7 @@ public class Adapter implements Native2AsciiAdapter {
       </sequential>
     </macrodef>
     <presetdef name="native2ascii-def">
-      <native2ascii src="${input}" dest="${output}"
+      <native2ascii src="${input}" dest="${output}" encoding="UTF-8"
                     includes="**/*.properties"/>
     </presetdef>
   </target>