You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/12/01 22:07:02 UTC

svn commit: r1816920 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Fri Dec  1 22:07:02 2017
New Revision: 1816920

URL: http://svn.apache.org/viewvc?rev=1816920&view=rev
Log:
Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors 
Mention change
Bugzilla Id: 61846

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1816920&r1=1816919&r2=1816920&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Fri Dec  1 22:07:02 2017
@@ -86,6 +86,7 @@ Summary
     any other element, it will create a <code>Test Fragment</code> element called <code>Workbench Test Fragment and move the elements in it</code>.</li>
     <li>Following classes have been dropped (<code>org.apache.jmeter.functions.util.ArgumentEncoder</code>, <code>org.apache.jmeter.functions.util.ArgumentDecoder</code>), see <pr>335</pr></li>
     <li>In JMS Point-to-Point sampler, setting timeout to 0 will now mean infinite timeout while previously it would be switched to 2000 ms, see <bugzilla>61829</bugzilla></li>
+    <li>When Assertions are at different scopes, they are executed starting with the most OUTER one to the most INNER one. See <bugzilla>61846</bugzilla></li>
 </ul>
 <!-- =================== Improvements =================== -->