提交 e56c9d78 编写于 作者: M mindless

[FIXED HUDSON-4644] Add -Dfile-encoding=UTF-8 to argLine for tests,

as Mac JDK defaults to MacRoman charset which causes (at least)
DirectoryBrowserSupportTest.testNonAsciiChar to fail.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23204 71c3de6d-444a-0410-be80-ed276b4c234a
上级 df4cb2a4
......@@ -46,7 +46,7 @@ THE SOFTWARE.
<forkMode>once</forkMode>
<!--<reportFormat>plain</reportFormat>-->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>-XX:MaxPermSize=128m</argLine>
<argLine>-XX:MaxPermSize=128m -Dfile.encoding=UTF-8</argLine>
<systemProperties>
<property>
<!-- use AntClassLoader that supports predictable file handle release -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册