added UTF-8 encoding to pom to get through one of the asian language tests under windows

This commit is contained in:
b.debeaubien 2014-12-30 11:09:32 -05:00
parent 0b44a32910
commit 8c96bf7d9e
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<runOrder>random</runOrder>
<!--<argLine>-Dfile.encoding=ISO-8859-1</argLine> -->
<argLine>-Dfile.encoding=UTF-8</argLine>
</configuration>
</plugin>
<plugin>