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:20 UTC

[jmeter] 16/47: Clarify If and While Condition types

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 a28afeeb758bb2167666c0d82afc88351671ad9b
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Thu Sep 20 15:21:25 2007 +0000

    Clarify If and While Condition types
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@577792 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: 1a969beefd3298e46300ef6014a30d7785264a1b
---
 src/core/org/apache/jmeter/resources/messages.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/org/apache/jmeter/resources/messages.properties b/src/core/org/apache/jmeter/resources/messages.properties
index ea62a73..663586e 100644
--- a/src/core/org/apache/jmeter/resources/messages.properties
+++ b/src/core/org/apache/jmeter/resources/messages.properties
@@ -261,7 +261,7 @@ httpmirror_title=HTTP Mirror Server
 id_prefix=ID Prefix
 id_suffix=ID Suffix
 if_controller_evaluate_all=Evaluate for all children?
-if_controller_label=Condition
+if_controller_label=Condition (Javascript)
 if_controller_title=If Controller
 ignore_subcontrollers=Ignore sub-controller blocks
 include_controller=Include Controller
@@ -807,7 +807,7 @@ webservice_sampler_title=WebService(SOAP) Request
 webservice_soap_action=SOAPAction
 webservice_timeout=Timeout:
 webservice_use_proxy=Use HTTP Proxy
-while_controller_label=Condition
+while_controller_label=Condition (function or variable)
 while_controller_title=While Controller
 workbench_title=WorkBench
 wsdl_helper_error=The WSDL was not valid, please double check the url.