You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by sebb <se...@gmail.com> on 2013/07/05 21:37:23 UTC

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

On 5 July 2013 17:08,  <pm...@apache.org> wrote:
> Author: pmouawad
> Date: Fri Jul  5 16:08:22 2013
> New Revision: 1500053
>
> URL: http://svn.apache.org/r1500053
> Log:
> Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation)
> Bugzilla Id: 55201
>
> 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=1500053&r1=1500052&r2=1500053&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/changes.xml (original)
> +++ jmeter/trunk/xdocs/changes.xml Fri Jul  5 16:08:22 2013
> @@ -128,6 +128,7 @@ Transaction Controller now sets Response
>  <li><bugzilla>54467</bugzilla> - Loop controller Controller check conditions each request</li>
>  <li><bugzilla>54985</bugzilla> - Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children</li>
>  <li><bugzilla>54950</bugzilla> - ModuleController : Changes to referenced Module are not taken into account if changes occur after first run and referenced node is disabled</li>
> +<li><bugzilla>55201</bugzilla> - ForEach controller excludes start index and includes end index (clarified documentation)</li>
>  </ul>
>
>  <h3>Listeners</h3>
>
> Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1500053&r1=1500052&r2=1500053&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Jul  5 16:08:22 2013
> @@ -2299,8 +2299,8 @@ 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="Start index for loop" required="No">Start index (inclusive) for loop over variables</property>
> -        <property name="End index for loop" required="No">End index (exclusive) for loop over variables</property>
> +        <property name="Start index for loop" required="No">Start index (inclusive) for loop over variables (first element is at index 1)</property>
> +        <property name="End index for loop" required="No">End index (exclusive) for loop over variables (first element is at index 1)</property>

That does not look correct.

>          <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 required="Yes" name="Use Separator">If not checked, the "_" separator is omitted.</property>
>
>

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

Posted by Philippe Mouawad <ph...@gmail.com>.
Thanks, fixed it
On Fri, Jul 5, 2013 at 9:37 PM, sebb <se...@gmail.com> wrote:

> On 5 July 2013 17:08,  <pm...@apache.org> wrote:
> > Author: pmouawad
> > Date: Fri Jul  5 16:08:22 2013
> > New Revision: 1500053
> >
> > URL: http://svn.apache.org/r1500053
> > Log:
> > Bug 55201 - ForEach controller excludes start index and includes end
> index (clarified documentation)
> > Bugzilla Id: 55201
> >
> > 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=1500053&r1=1500052&r2=1500053&view=diff
> >
> ==============================================================================
> > --- jmeter/trunk/xdocs/changes.xml (original)
> > +++ jmeter/trunk/xdocs/changes.xml Fri Jul  5 16:08:22 2013
> > @@ -128,6 +128,7 @@ Transaction Controller now sets Response
> >  <li><bugzilla>54467</bugzilla> - Loop controller Controller check
> conditions each request</li>
> >  <li><bugzilla>54985</bugzilla> - Make Transaction Controller set
> Response Code of Generated Parent Sampler to response code of first failing
> child in case of failure of one of its children</li>
> >  <li><bugzilla>54950</bugzilla> - ModuleController : Changes to
> referenced Module are not taken into account if changes occur after first
> run and referenced node is disabled</li>
> > +<li><bugzilla>55201</bugzilla> - ForEach controller excludes start
> index and includes end index (clarified documentation)</li>
> >  </ul>
> >
> >  <h3>Listeners</h3>
> >
> > Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
> > URL:
> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1500053&r1=1500052&r2=1500053&view=diff
> >
> ==============================================================================
> > --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
> > +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Jul  5
> 16:08:22 2013
> > @@ -2299,8 +2299,8 @@ 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="Start index for loop" required="No">Start index
> (inclusive) for loop over variables</property>
> > -        <property name="End index for loop" required="No">End index
> (exclusive) for loop over variables</property>
> > +        <property name="Start index for loop" required="No">Start index
> (inclusive) for loop over variables (first element is at index 1)</property>
> > +        <property name="End index for loop" required="No">End index
> (exclusive) for loop over variables (first element is at index 1)</property>
>
> That does not look correct.
>
> >          <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 required="Yes" name="Use Separator">If not checked,
> the "_" separator is omitted.</property>
> >
> >
>



-- 
Cordialement.
Philippe Mouawad.