Author: sebb
Date: Wed Feb  2 23:46:01 2011
New Revision: 1066697

URL: http://svn.apache.org/viewvc?rev=1066697&view=rev
Log:
Change name of Pre and Post Thread Groups

Added:
    jakarta/jmeter/trunk/docs/images/screenshots/teardown_thread_group.png   
(with props)
    jakarta/jmeter/trunk/xdocs/images/screenshots/teardown_thread_group.png   
(with props)
Removed:
    jakarta/jmeter/trunk/docs/images/screenshots/post_thread_group.png
    jakarta/jmeter/trunk/xdocs/images/screenshots/post_thread_group.png
Modified:
    jakarta/jmeter/trunk/docs/images/screenshots/setup_thread_group.png
    jakarta/jmeter/trunk/xdocs/images/screenshots/setup_thread_group.png
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/docs/images/screenshots/setup_thread_group.png
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/setup_thread_group.png?rev=1066697&r1=1066696&r2=1066697&view=diff
==============================================================================
Binary files - no diff available.

Added: jakarta/jmeter/trunk/docs/images/screenshots/teardown_thread_group.png
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/teardown_thread_group.png?rev=1066697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/jmeter/trunk/docs/images/screenshots/teardown_thread_group.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/setup_thread_group.png
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/setup_thread_group.png?rev=1066697&r1=1066696&r2=1066697&view=diff
==============================================================================
Binary files - no diff available.

Added: jakarta/jmeter/trunk/xdocs/images/screenshots/teardown_thread_group.png
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/teardown_thread_group.png?rev=1066697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/jmeter/trunk/xdocs/images/screenshots/teardown_thread_group.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1066697&r1=1066696&r2=1066697&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Feb  2 
23:46:01 2011
@@ -4669,7 +4669,7 @@ In jmeter.properties, edit "user.classpa
 <description>
 <p>A Thread Group defines a pool of users that will execute a particular test 
case against your server.  In the Thread Group GUI, you can control the number 
of users simulated (num of threads), the ramp up time (how long it takes to 
start all the threads), the number of times to perform the test, and 
optionally, a start and stop time for the test.</p>
 <p>
-See also <complink name="Post Thread Group"/> and <complink name="Setup Thread 
Group"/>.
+See also <complink name="tearDown Thread Group"/> and <complink name="setUp 
Thread Group"/>.
 </p>
 <p>
 When using the scheduler, JMeter runs the thread group until either the number 
of loops is reached or the duration/end-time is reached - whichever occurs 
first.
@@ -5085,22 +5085,22 @@ The Test Fragment is used in conjunction
 </properties>
 </component>
 
-<component name="Setup Thread Group" index="&sect-num;.9.10" width="598" 
height="300" screenshot="setup_thread_group.png">
+<component name="setUp Thread Group" index="&sect-num;.9.10" width="537" 
height="289" screenshot="setup_thread_group.png">
 <description>
     <p>
     A special type of ThreadGroup that can be utilized to perform Pre-Test 
Actions.  The behavior of these threads
-    is exactly like a normal <complink name="Thread Group"/> element.  The 
difference is that these type of threads are batched 
-    together and execute before the test proceeds to the executing of regular 
Thread Groups.
+    is exactly like a normal <complink name="Thread Group"/> element.  The 
difference is that these type of threads 
+    execute before the test proceeds to the executing of regular Thread Groups.
     </p>
 </description>
 </component>
 
-<component name="Post Thread Group" index="&sect-num;.9.11" width="595" 
height="303" screenshot="post_thread_group.png">
+<component name="tearDown Thread Group" index="&sect-num;.9.11" width="537" 
height="289" screenshot="teardown_thread_group.png">
 <description>
     <p>
     A special type of ThreadGroup that can be utilized to perform Post-Test 
Actions.  The behavior of these threads
-    is exactly like a normal <complink name="Thread Group"/> element.  The 
difference is that these type of threads are batched 
-    together and execute after the test has finished executing its regular 
Thread Groups.
+    is exactly like a normal <complink name="Thread Group"/> element.  The 
difference is that these type of threads 
+    execute after the test has finished executing its regular Thread Groups.
     </p>
 </description>
 </component>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to