Hello Sebb, Happy new year 2012. My note below. Regards Philippe On Wed, Jan 4, 2012 at 1:14 AM, <[email protected]> wrote:
> Author: sebb > Date: Wed Jan 4 00:14:08 2012 > New Revision: 1226998 > > URL: http://svn.apache.org/viewvc?rev=1226998&view=rev > Log: > Align with Gaussian Timer; indicates that number can be fractional > > Modified: > > > jmeter/trunk/src/components/org/apache/jmeter/timers/gui/PoissonRandomTimerGui.java > > Modified: > jmeter/trunk/src/components/org/apache/jmeter/timers/gui/PoissonRandomTimerGui.java > URL: > http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/timers/gui/PoissonRandomTimerGui.java?rev=1226998&r1=1226997&r2=1226998&view=diff > > ============================================================================== > --- > jmeter/trunk/src/components/org/apache/jmeter/timers/gui/PoissonRandomTimerGui.java > (original) > +++ > jmeter/trunk/src/components/org/apache/jmeter/timers/gui/PoissonRandomTimerGui.java > Wed Jan 4 00:14:08 2012 > @@ -34,7 +34,7 @@ public class PoissonRandomTimerGui exten > > private static final String DEFAULT_DELAY = "300"; // $NON-NLS-1$ > > - private static final String DEFAULT_RANGE = "100"; // $NON-NLS-1$ > + private static final String DEFAULT_RANGE = "100.0"; // $NON-NLS-1$ > > But can range be really fractionnal in this case ? We round in code > /** > * No-arg constructor. > > > -- Cordialement. Philippe Mouawad.
