You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/01/14 23:40:58 UTC

svn commit: r1231598 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Sat Jan 14 22:40:58 2012
New Revision: 1231598

URL: http://svn.apache.org/viewvc?rev=1231598&view=rev
Log:
Bug 50438 - code calculates average with integer math, expecting double value
Adding to changes (fix made by sebb)

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1231598&r1=1231597&r2=1231598&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Jan 14 22:40:58 2012
@@ -167,6 +167,7 @@ fix code which assumes that a new instan
 <li>Bug 52376 - StatCalculator#addValue(T val, int sampleCount) should use long, not int</li>
 <li>Bug 49374 - Encoding of embedded element URLs depend on the file.encoding property</li>
 <li>Bug 52399 - URLRewritingModifier uses default file.encoding to match text content</li>
+<li>Bug 50438 - code calculates average with integer math, expecting double value</li>
 </ul>
 
 <!-- =================== Improvements =================== -->