mirror of https://github.com/apache/jmeter.git
Bug 58704 Non regression testing : Ant task batchtest fails if tests and run in a non en_EN locale and use a JMX file that uses a Csv DataSet
Bugzilla Id: 58704
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1724976 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2fd0a579a0
This commit is contained in:
parent
584f94a870
commit
b5041cffda
|
|
@ -2465,6 +2465,8 @@ run JMeter unless all the JMeter jars are added.
|
|||
<path refid="classpath"/>
|
||||
</classpath>
|
||||
<!-- Detect if non-GUI runs OK headless by forcing it to try using non-headless mode -->
|
||||
<sysproperty key="user.language" value="en"/>
|
||||
<sysproperty key="user.region" value="US"/>
|
||||
<sysproperty key="java.awt.headless" value="false"/>
|
||||
<arg value="-ptestfiles/jmeter-batch.properties"/>
|
||||
<arg value="-n"/>
|
||||
|
|
|
|||
|
|
@ -201,6 +201,7 @@ Summary
|
|||
<li><bug>58729</bug>Cleanup extras folder for maintainability</li>
|
||||
<li><bug>57110</bug>Fixed spelling+grammar, formatting, removed commented out code etc. Contributed by Graham Russell (jmeter at ham1.co.uk)</li>
|
||||
<li>Correct instructions on running jmeter in help.txt. Contributed by Pascal Schumacher (pascalschumacher at gmx.net)</li>
|
||||
<li><bug>58704</bug>Non regression testing : Ant task batchtest fails if tests and run in a non en_EN locale and use a JMX file that uses a Csv DataSet</li>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Bug fixes =================== -->
|
||||
|
|
@ -288,7 +289,7 @@ Summary
|
|||
<li><a href="http://www.decathlon.com">Decathlon S.A.</a></li>
|
||||
<li><a href="http://www.ubik-ingenierie.com">Ubik-Ingenierie S.A.S.</a></li>
|
||||
<li>Oleg Kalnichevski (olegk at apache.org)</li>
|
||||
<li>Pascal Schumacher (pascalschumacher at gmx.net</li>
|
||||
<li>Pascal Schumacher (pascalschumacher at gmx.net)</li>
|
||||
<li>Vincent Herilier (vherilier at gmail.com)</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue