mirror of https://github.com/apache/jmeter.git
BeanShell Post-Processor no longer ignores samples with zero-length result data
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@481869 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 270f047a60
This commit is contained in:
parent
aa4467756e
commit
1415d4986e
|
|
@ -36,6 +36,7 @@
|
|||
<li>Added beanshell.init.file property to run a BeanShell script at startup</li>
|
||||
<li>Added timeout for WebService (SOAP) Sampler</li>
|
||||
<li>Bug 40804 - Change Counter default to max = Long.MAX_VALUE</li>
|
||||
<li>BeanShell Post-Processor no longer ignores samples with zero-length result data</li>
|
||||
</ul>
|
||||
|
||||
<h4>Bug fixes:</h4>
|
||||
|
|
|
|||
|
|
@ -2814,6 +2814,7 @@ with the start, continuing on like that until the test is ended. </p>
|
|||
<p>
|
||||
The BeanShell PreProcessor allows arbitrary code to be applied before taking a sample.
|
||||
</p>
|
||||
<p>Since version 2.2.1, the BeanShell Post-Processor no longer ignores samples with zero-length result data</p>
|
||||
</description>
|
||||
<properties>
|
||||
<property name="Name" required="">Descriptive name for this element that is shown in the tree.</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue