]> source.dussan.org Git - vaadin-framework.git/commitdiff
force UTF8 when compiling tests
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 2 Jul 2010 13:16:14 +0000 (13:16 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 2 Jul 2010 13:16:14 +0000 (13:16 +0000)
svn changeset:14036/svn branch:6.4

tests/test.xml

index 5aa9d4b7ecbf7c422bf4fe2c43a10764dd68ce3a..f75da12cc635d4d2297075f5ecc1539bad120b85 100644 (file)
@@ -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>