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:
Sebastian Bazley 2006-12-03 19:58:55 +00:00
parent aa4467756e
commit 1415d4986e
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>