sebb        2005/06/22 15:44:56

  Modified:    xdocs/usermanual component_reference.xml
               src/components/org/apache/jmeter/assertions package.html
  Log:
  Assertions are run in the same thread as the sampler
  
  Revision  Changes    Path
  1.119     +2 -2      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.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- component_reference.xml   18 Jun 2005 17:40:58 -0000      1.118
  +++ component_reference.xml   22 Jun 2005 22:44:56 -0000      1.119
  @@ -1942,7 +1942,7 @@
   This means that variables persist across calls to the assertion.
   </p>
   <p>
  -All Assertions are called from a single thread - the one that controls the 
thread Group.
  +All Assertions are called from the same thread as the sampler.
   </p>
   <p>
   If the property "beanshell.assertion.init" is defined, it is passed to the 
Interpreter
  
  
  
  1.3       +2 -2      
jakarta-jmeter/src/components/org/apache/jmeter/assertions/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/assertions/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      18 Mar 2005 15:26:53 -0000      1.2
  +++ package.html      22 Jun 2005 22:44:56 -0000      1.3
  @@ -28,6 +28,6 @@
        <h2>Calling sequence</h2>
        <p>When the test plan is prepared for running, one instance of the 
class is created for each occurrence
        of an assertion in each thread.</p>
  -     <p>All the assertions are called from a single thread - the thread 
group contoller</p>
  +     <p>Assertions are called from the same thread as the sampler</p>
   </body>
   </html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to