On 02/03/2008, Pieter Ennes <[EMAIL PROTECTED]> wrote: > Hi there, > > When I select Loop forever in a thread group, the resulting .jmx file > contains: > > <boolProp name="LoopController.continue_forever">false</boolProp> > <intProp name="LoopController.loops">-1</intProp> > > (note the _intProp_ with value -1) > > But when Loop forever is deselected, then the intProp changes to a > stringProp with the correct value: > > <boolProp name="LoopController.continue_forever">false</boolProp> > <stringProp name="LoopController.loops">7</stringProp> > > Is this how it should be?
Yes, it's rather odd, but that's how it works currently. For the gory details, have a look at the Generic Controller class. > Thanks! > > -- > - Pieter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

