Standardise on BeanShell

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1413677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-11-26 15:22:21 +00:00
parent 0426a77ada
commit e34d50e3da
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ methods in the SampleResult. For example, the script has access to the methods
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>