sebb 2005/03/05 03:12:59
Modified: xdocs/usermanual Tag: rel-2_0 component_reference.xml
Log:
Clarify While condition
Revision Changes Path
No revision
No revision
1.87.2.22 +6 -6 jakarta-jmeter/xdocs/usermanual/component_reference.xml
Index: component_reference.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
retrieving revision 1.87.2.21
retrieving revision 1.87.2.22
diff -u -r1.87.2.21 -r1.87.2.22
--- component_reference.xml 8 Jan 2005 02:32:19 -0000 1.87.2.21
+++ component_reference.xml 5 Mar 2005 11:12:59 -0000 1.87.2.22
@@ -848,15 +848,15 @@
<p>Possible condition values:</p>
<ul>
-<li>blank - exit loop when last sample in loop fails</li>
+<li>blank - exit loop when last sample in loop fails. Will run loop at least
once.</li>
<li>LAST - exit loop when last sample in loop fails.
If the last sample just before the loop failed, don't enter loop.</li>
-<li>Otherwise - exit (or don't enter) the loop when the condition is
"false"</li>
+<li>Otherwise - exit (or don't enter) the loop when the condition evaluates
to the string "false" (case is ignored)</li>
</ul>
</description>
<properties>
<property name="Name" required="Yes">Descriptive name for this
controller that is shown in the tree, and used to name the
transaction.</property>
- <property name="Condition" required="No">blank, LAST, or
variable/function</property>
+ <property name="Condition" required="Yes">blank, LAST, or
variable/function</property>
</properties>
</component>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]