You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2018/07/14 14:21:36 UTC

svn commit: r1835906 - in /jmeter/trunk/xdocs: changes.xml usermanual/component_reference.xml

Author: fschumacher
Date: Sat Jul 14 14:21:36 2018
New Revision: 1835906

URL: http://svn.apache.org/viewvc?rev=1835906&view=rev
Log:
Sync documentation to the implementation of the ForEachController. 

Based on contribution by orimarko (orimarko at gmail.com)
Bugzilla Id: 62482

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1835906&r1=1835905&r2=1835906&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Jul 14 14:21:36 2018
@@ -167,6 +167,7 @@ this behaviour, set <code>httpclient.res
     <li>Updated to groovy-all-2.4.15 (from groovy-all-2.4.13)</li>
     <li>Updated to asm-6.1 (from 6.1)</li>
     <li>Updated to tika-core and tika-parsers 1.18 (from 1.17)</li>
+    <li><bug>62482</bug>Sync documentation to the implementation of the ForEachController. Based on contribution by orimarko (orimarko at gmail.com)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1835906&r1=1835905&r2=1835906&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jul 14 14:21:36 2018
@@ -2344,11 +2344,11 @@ This would be the case if the Regular Ex
 
 <properties>
         <property name="Name" required="No">Descriptive name for this controller that is shown in the tree.</property>
-        <property name="Input variable prefix" required="Yes">Prefix for the variable names to be used as input.</property>
+        <property name="Input variable prefix" required="No">Prefix for the variable names to be used as input. Defaults to an empty string as prefix.</property>
         <property name="Start index for loop" required="No">Start index (exclusive) for loop over variables (first element is at start index + 1)</property>
         <property name="End index for loop" required="No">End index (inclusive) for loop over variables</property>
-        <property name="Output variable" required="Yes">
-                The name of the variable which can be used in the loop for replacement in the samplers</property>
+        <property name="Output variable" required="No">
+                The name of the variable which can be used in the loop for replacement in the samplers. Defaults to an empty variable name, which is most probably not wanted.</property>
         <property required="Yes" name="Use Separator">If not checked, the "<code>_</code>" separator is omitted.</property>
 </properties>