Skip to content

Commit

Permalink
tomd: sadly, we change the default encoding for testing in this way, …
Browse files Browse the repository at this point in the history
…as it is unsupported, and has bugs in sun.nio.fs.UnixFileSystem
  • Loading branch information
scarytom committed Jul 28, 2014
1 parent 3990f8e commit 589278c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<mkdir dir="${build.dir}/testreport"/>
<mkdir dir="${build.dir}/test.tmp"/>
<junit printsummary="yes" haltonfailure="yes" forkmode="once" tempdir="${build.dir}/test.tmp">
<jvmarg value="-Dfile.encoding=UTF-16"/>
<classpath>
<pathelement location="${build.dir}/${ant.project.name}-${version.label}.jar"/>
<pathelement location="${build.dir}/${ant.project.name}-test-${version.label}.jar"/>
Expand Down

0 comments on commit 589278c

Please sign in to comment.