Skip to content

Commit 589278c

Browse files
committed
tomd: sadly, we change the default encoding for testing in this way, as it is unsupported, and has bugs in sun.nio.fs.UnixFileSystem
1 parent 3990f8e commit 589278c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.xml

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<mkdir dir="${build.dir}/testreport"/>
6969
<mkdir dir="${build.dir}/test.tmp"/>
7070
<junit printsummary="yes" haltonfailure="yes" forkmode="once" tempdir="${build.dir}/test.tmp">
71-
<jvmarg value="-Dfile.encoding=UTF-16"/>
7271
<classpath>
7372
<pathelement location="${build.dir}/${ant.project.name}-${version.label}.jar"/>
7473
<pathelement location="${build.dir}/${ant.project.name}-test-${version.label}.jar"/>

0 commit comments

Comments
 (0)