You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/08 18:42:24 UTC

[jmeter] 20/47: Correct bug number (41104=>41140) and add details to fixed bugs

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to annotated tag v2_3
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 7651afaf3888bdea99dba9ad28695c61a1ee0d59
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Thu Sep 20 21:09:55 2007 +0000

    Correct bug number (41104=>41140) and add details to fixed bugs
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@577918 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: 3a731c0cd8dc447d89529762ebee937906dc5afb
---
 xdocs/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index fb2de75..06c80aa 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -172,7 +172,7 @@ The LDAP Extended Sampler now uses the same panel for both Thread Bind and Singl
 This means that any tests using the Single-bind test will need to be updated to set the username and password.
 </p>
 <p>
-Bug 41104: JMeterThread behaviour was changed so that PostProcessors are run in forward order
+Bug 41140: JMeterThread behaviour was changed so that PostProcessors are run in forward order
 (as they appear in the test plan) rather than reverse order as previously.
 The original behaviour can be restored by setting the following JMeter property:
 <br/>
@@ -333,6 +333,7 @@ It was unused so far, and used the only Sun-specific class in JMeter.
 <li>Bug 41029 - JMeter -t fails to close input JMX file</li>
 <li>Bug 40954 - Statistical mode in distributed testing shows wrong results</li>
 <li>Fix ClassCast Exception when using sampler that returns null, e..g TestAction</li>
+<li>Bug 41140 - Post-processors are run in reverse order</li>
 <li>Bug 41277 - add Latency and Encoding to CSV output</li>
 <li>Bug 41414 - Mac OS X may add extra item to -jar classpath</li>
 <li>Fix NPE when saving thread counts in remote testing</li>