You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/09/01 23:49:26 UTC

cvs commit: jakarta-jmeter/xdocs/usermanual component_reference.xml

sebb        2005/09/01 14:49:26

  Modified:    xdocs/usermanual Tag: rel-2-1 component_reference.xml
  Log:
  Document counter range
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.121.2.2 +5 -3      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.121.2.1
  retrieving revision 1.121.2.2
  diff -u -r1.121.2.1 -r1.121.2.2
  --- component_reference.xml	11 Aug 2005 23:48:28 -0000	1.121.2.1
  +++ component_reference.xml	1 Sep 2005 21:49:26 -0000	1.121.2.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-2005 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -2319,7 +2319,9 @@
   <description><p>Allows the user to create a counter that can be referenced anywhere
   in the Thread Group.  The counter config lets the user configure a starting point, a maximum,
   and the increment.  The counter will loop from the start to the max, and then start over
  -with the start, continuing on like that until the test is ended.  </p></description>
  +with the start, continuing on like that until the test is ended.  </p>
  +<p>The counter uses an int to store the value, so the range is from -2^^31 to 2^^31-1, i.e. -2147483648 to 2147483647.</p>
  +</description>
   <properties>
           <property name="Name" required="">Descriptive name for this element that is shown in the tree.</property>
           <property name="Start" required="Yes">The starting number for the counter.  The counter will equal this
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org