You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/05/07 23:14:49 UTC

svn commit: r654280 - in /jakarta/jmeter/trunk: src/core/org/apache/jmeter/threads/JMeterThread.java xdocs/changes.xml

Author: sebb
Date: Wed May  7 14:14:48 2008
New Revision: 654280

URL: http://svn.apache.org/viewvc?rev=654280&view=rev
Log:
Save the current engine object, so Test Action "Stop Test" now works

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java?rev=654280&r1=654279&r2=654280&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java Wed May  7 14:14:48 2008
@@ -402,6 +402,7 @@
 		threadContext.getVariables().put(LAST_SAMPLE_OK, "true");
 		threadContext.setThread(this);
         threadContext.setThreadGroup(threadGroup);
+        threadContext.setEngine(engine);
 		testTree.traverse(compiler);
 		// listeners = controller.getListeners();
 		if (scheduler) {

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=654280&r1=654279&r2=654280&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Wed May  7 14:14:48 2008
@@ -132,6 +132,7 @@
 <li>The BeanShell and BSF component documentation made some incorrect references to the "SampleResponse" object;
 this has been corrected to "SampleResult"</li>
 <li>BSF Sampler now works properly with Javascript</li>
+<li>Test Action "Stop Test" now works</li>
 </ul>
 
 <h4>Improvements</h4>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org