Author: pmouawad
Date: Sun Apr 1 20:00:00 2018
New Revision: 1828151
URL: http://svn.apache.org/viewvc?rev=1828151&view=rev
Log:
Bug 62244 - Rename Test Action to Flow Control Action
Bugzilla Id: 62244
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1828151&r1=1828150&r2=1828151&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Sun Apr 1 20:00:00
2018
@@ -1218,7 +1218,7 @@ test_action_stop_now=Stop Now
test_action_target=Target\:
test_action_target_test=All Threads
test_action_target_thread=Current Thread
-test_action_title=Test Action
+test_action_title=Flow Control Action
test_configuration=Test Configuration
test_fragment_title=Test Fragment
test_plan=Test Plan
Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1828151&r1=1828150&r2=1828151&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties Sun Apr 1 20:00:00
2018
@@ -1207,7 +1207,7 @@ test_action_stop_now=Arr\u00EAter imm\u0
test_action_target=Cible \:
test_action_target_test=Toutes les unit\u00E9s
test_action_target_thread=Unit\u00E9 courante
-test_action_title=Action test
+test_action_title=Action de contr\u00f4le d''ex\u00e9cution
test_configuration=Type de test
test_fragment_title=Fragment d'\u00E9l\u00E9ments
test_plan=Plan de test
Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1828151&r1=1828150&r2=1828151&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Apr 1 20:00:00 2018
@@ -91,6 +91,7 @@ this behaviour, set <code>httpclient.res
<h3>Other samplers</h3>
<ul>
<li><pr>376</pr>JUnitSampler logs exceptions except assertion-failures
from test cases as warnings. Contributed by Davide Angelocola (davide.angelocola at fisglobal.com)</li>
+ <li><bug>62244</bug>Rename <code>Test Action</code> to <code>Flow
Control Action</code></li>
</ul>
<h3>Controllers</h3>
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1828151&r1=1828150&r2=1828151&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Apr 1 20:00:00 2018
@@ -1747,7 +1747,7 @@ The current implementation is quite basi
</p>
</component>
-<component name="Test Action" index="§-num;.1.18" width="467" height="184" screenshot="test_action.png">
+<component name="Flow Control Action" was="Test Action" index="§-num;.1.18" width="467"
height="184" screenshot="test_action.png">
<description>
The Test Action sampler is a sampler that is intended for use in a conditional controller.
Rather than generate a sample, the test element either pauses or stops the selected target.
|