Author: sebb
Date: Fri Sep 12 13:29:59 2008
New Revision: 694799

URL: http://svn.apache.org/viewvc?rev=694799&view=rev
Log:
Correct Mail viz docn

Modified:
    jakarta/jmeter/trunk/xdocs/changes.xml
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=694799&r1=694798&r2=694799&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Fri Sep 12 13:29:59 2008
@@ -90,6 +90,7 @@
 <li>Bug 43791 - ensure QueueReceiver is closed</li>
 <li>Fix NPE (in DataSourceElement) when using JDBC in client-server mode</li>
 <li>Bug 45749 - Response Assertion does not work with a substring that is not 
a valid RE</li>
+<li>Mailer Visualizer documentation now agrees with code i.e. failure/success 
counts need to be exceeded.</li>
 </ul>
 
 <h3>Improvements</h3>

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=694799&r1=694798&r2=694799&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Sep 12 
13:29:59 2008
@@ -2071,10 +2071,10 @@
         server.</property>
         <property name="Failure Subject" required="No">Email subject line for 
fail messages.</property>
         <property name="Success Subject" required="No">Email subject line for 
success messages.</property>
-        <property name="Failure Limit" required="Yes">Once this number of 
failed responses are received, a failure
-        email is sent.</property>
-        <property name="Success Limit" required="Yes">Once this number of 
successful responses are
-        received <strong>after previously reaching the failure limit</strong>, 
a success email
+        <property name="Failure Limit" required="Yes">Once this number of 
failed responses is exceeded, a failure
+        email is sent - i.e. set the count to 0 to send an e-mail on the first 
failure.</property>
+        <property name="Success Limit" required="Yes">Once this number of 
successful responses is exceeded
+        <strong>after previously reaching the failure limit</strong>, a 
success email
         is sent.  The mailer will thus only send out messages in a sequence of 
failed-succeeded-failed-succeeded, etc.</property>
         <property name="Test Mail" required="No">Press this button to send a 
test mail</property>
         <property name="Failures" required="No">A field that keeps a running 
total of number



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

Reply via email to