Author: pmouawad
Date: Sat Oct 4 19:01:18 2014
New Revision: 1629438
URL: http://svn.apache.org/r1629438
Log:
Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0
Bugzilla Id: 57052
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1629438&r1=1629437&r2=1629438&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Oct 4 19:01:18 2014
@@ -223,6 +223,7 @@ for details on configuring this componen
<h3>Listeners</h3>
<ul>
<li><bugzilla>56706</bugzilla> - SampleResult#getResponseDataAsString() does
not use encoding in response body impacting PostProcessors and ViewResultsTree.
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+<li><bugzilla>57052</bugzilla> - ArithmeticException: / by zero when
sampleCount is equal to 0</li>
</ul>
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>