Author: undera
Date: Sun Mar 1 07:21:35 2015
New Revision: 1663038
URL: http://svn.apache.org/r1663038
Log:
remove word 'plugins'
Modified:
jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
Modified:
jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java?rev=1663038&r1=1663037&r2=1663038&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
(original)
+++ jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
Sun Mar 1 07:21:35 2015
@@ -39,7 +39,7 @@ public class DistributedRunnerTest exten
public static void createJmeterEnv() throws IOException {
File propsFile;
try {
- propsFile = File.createTempFile("jmeter-plugins", ".properties");
+ propsFile = File.createTempFile("jmeter", ".properties");
propsFile.deleteOnExit();
JMeterUtils.loadJMeterProperties(propsFile.getAbsolutePath());
} catch (IOException ex) {