You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/11/26 16:22:22 UTC

svn commit: r1413677 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Mon Nov 26 15:22:21 2012
New Revision: 1413677

URL: http://svn.apache.org/viewvc?rev=1413677&view=rev
Log:
Standardise on BeanShell

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1413677&r1=1413676&r2=1413677&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Nov 26 15:22:21 2012
@@ -1201,7 +1201,7 @@ methods in the SampleResult. For example
 setStopThread(boolean) and setStopTest(boolean).
 </p>
 <p>
-Unlike the Beanshell Sampler, the BSF Sampler does not set the ResponseCode, ResponseMessage and sample status via script variables.
+Unlike the BeanShell Sampler, the BSF Sampler does not set the ResponseCode, ResponseMessage and sample status via script variables.
 Currently the only way to changes these is via the SampleResult methods:
 <ul>
 <li>SampleResult.setSuccessful(true/false)</li>