Skip to content

Commit

Permalink
Fix for StringRegressionTest.testBug11614() failures when running wit…
Browse files Browse the repository at this point in the history
…h wrong default file.encoding.

Change-Id: Ifc6c3c1679717f16ce7ee7cf9569bd832f765c87
  • Loading branch information
fjssilva committed Jun 9, 2022
1 parent c12e066 commit 7abb899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
methods="${com.mysql.cj.testsuite.test.methods}"
outputdir="${com.mysql.cj.testsuite.junit.results}">
<fork>
<jvmarg value="-Dfile.encoding=UTF-8" />
<jvmarg value="-Xmx1024m" />
<jvmarg value="${com.mysql.cj.testsuite.test.coverage.jvmargfinal}" />
<syspropertyset refid="junit.system.properties" />
Expand All @@ -1321,6 +1322,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
name="${com.mysql.cj.testsuite.test.class}"
outputdir="${com.mysql.cj.testsuite.junit.results}">
<fork>
<jvmarg value="-Dfile.encoding=UTF-8" />
<jvmarg value="-Xmx1024m" />
<jvmarg value="${com.mysql.cj.testsuite.test.coverage.jvmargfinal}" />
<syspropertyset refid="junit.system.properties" />
Expand All @@ -1336,6 +1338,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<exclude name="**/perf/*.class" />
</fileset>
<fork>
<jvmarg value="-Dfile.encoding=UTF-8" />
<jvmarg value="-Xmx1024m" />
<jvmarg value="${com.mysql.cj.testsuite.test.coverage.jvmargfinal}" />
<syspropertyset refid="junit.system.properties" />
Expand Down

0 comments on commit 7abb899

Please sign in to comment.