File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1307,6 +1307,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
1307
1307
methods =" ${ com.mysql.cj.testsuite.test.methods } "
1308
1308
outputdir =" ${ com.mysql.cj.testsuite.junit.results } " >
1309
1309
<fork >
1310
+ <jvmarg value =" -Dfile.encoding=UTF-8" />
1310
1311
<jvmarg value =" -Xmx1024m" />
1311
1312
<jvmarg value =" ${ com.mysql.cj.testsuite.test.coverage.jvmargfinal } " />
1312
1313
<syspropertyset refid =" junit.system.properties" />
@@ -1321,6 +1322,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
1321
1322
name =" ${ com.mysql.cj.testsuite.test.class } "
1322
1323
outputdir =" ${ com.mysql.cj.testsuite.junit.results } " >
1323
1324
<fork >
1325
+ <jvmarg value =" -Dfile.encoding=UTF-8" />
1324
1326
<jvmarg value =" -Xmx1024m" />
1325
1327
<jvmarg value =" ${ com.mysql.cj.testsuite.test.coverage.jvmargfinal } " />
1326
1328
<syspropertyset refid =" junit.system.properties" />
@@ -1336,6 +1338,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
1336
1338
<exclude name =" **/perf/*.class" />
1337
1339
</fileset >
1338
1340
<fork >
1341
+ <jvmarg value =" -Dfile.encoding=UTF-8" />
1339
1342
<jvmarg value =" -Xmx1024m" />
1340
1343
<jvmarg value =" ${ com.mysql.cj.testsuite.test.coverage.jvmargfinal } " />
1341
1344
<syspropertyset refid =" junit.system.properties" />
You can’t perform that action at this time.
0 commit comments