summaryrefslogtreecommitdiffstats
path: root/tests/test.xml
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-07-02 13:16:14 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-07-02 13:16:14 +0000
commit799befabbb22da8e632c5f265fca17adb3a5b762 (patch)
treeb6e5d9205f850a56d8d9c1fc8b5d28b2a295fa72 /tests/test.xml
parentd72851e214f53cd56e09704b881b7c3dd851d131 (diff)
downloadvaadin-framework-799befabbb22da8e632c5f265fca17adb3a5b762.tar.gz
vaadin-framework-799befabbb22da8e632c5f265fca17adb3a5b762.zip
force UTF8 when compiling tests
svn changeset:14036/svn branch:6.4
Diffstat (limited to 'tests/test.xml')
-rw-r--r--tests/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml
index 5aa9d4b7ec..f75da12cc6 100644
--- a/tests/test.xml
+++ b/tests/test.xml
@@ -53,7 +53,7 @@
<!-- This target complies the generated java junit tests. -->
<target name="compile-tests" depends="create-tests">
<mkdir dir="${class-dir}" />
- <javac srcdir="${test-output-dir}" destdir="${class-dir}" debug="on" fork="yes" failonerror="false" >
+ <javac srcdir="${test-output-dir}" destdir="${class-dir}" debug="on" fork="yes" failonerror="false" encoding="UTF8" >
<classpath>
<path refid="classpath" />
</classpath>