Author: sebb
Date: Sun Apr 30 09:59:07 2006
New Revision: 398379

URL: http://svn.apache.org/viewcvs?rev=398379&view=rev
Log:
Bug 38824 - clarify behaviour of Ignore Status

Modified:
    jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml
    jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml?rev=398379&r1=398378&r2=398379&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml Sun Apr 30 09:59:07 2006
@@ -1,7 +1,6 @@
 <?xml version="1.0"?> 
 <!--
-   $Header$
-   Copyright 2001-2005 The Apache Software Foundation
+   Copyright 2001-2006 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.
@@ -134,6 +133,7 @@
 <li>Bug 25505 - First HTTP sampling fails with "HTTPS hostname wrong: should 
be 'localhost'"</li>
 <li>Bug 25236 - remove double scrollbar from Assertion Result Listener</li>
 <li>Bug 38234 - Graph Listener divide by zero problem</li>
+<li>Bug 38824 - clarify behaviour of Ignore Status</li>
 </ul>  
        
 <h4>Other changes</h4>

Modified: 
jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml?rev=398379&r1=398378&r2=398379&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml 
(original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml 
Sun Apr 30 09:59:07 2006
@@ -2194,6 +2194,8 @@
                 HTTP Responses with statuses in the 4xx and 5xx ranges are 
normally
                 regarded as unsuccessful. 
                 The "Ignore status" checkbox can be used to set the status 
successful before performing further checks.
+                Note that this will have the effect of clearing any previous 
assertion failures,
+                so make sure that this is only set on the first assertion.
                 </property>
         <property name="Pattern Matching Rules" required="Yes">Indicates 
whether the text being tested
         must CONTAIN or MATCH the test patterns.  NOT may also be selected to 
indicate the text
@@ -2201,7 +2203,11 @@
         <property name="Patterns to Test" required="Yes">A list of regular 
expressions to
         be tested.  Each pattern is tested separately.  There is no difference 
between setting up
         one Assertion with multiple patterns and setting up multiple 
Assertions with one
-        pattern each (assuming the other options are the same).</property>
+        pattern each (assuming the other options are the same).
+        <b>However, when the Ignore Status checkbox is selected, this has the 
effect of cancelling any
+        previous assertion failures - so make sure that the Ignore Status 
checkbox is only used on
+        the first Assertion.</b>
+        </property>
 </properties>
 <p>
        The pattern is a Perl5-style regular expression, but without the 
enclosing brackets.



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

Reply via email to