Author: fschumacher
Date: Sun Apr 10 09:40:19 2016
New Revision: 1738412
URL: http://svn.apache.org/viewvc?rev=1738412&view=rev
Log:
Correct typos.
Modified:
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1738412&r1=1738411&r2=1738412&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sun Apr 10 09:40:19 2016
@@ -244,7 +244,7 @@ Deprecated Libraries dropped or replaced
</li>
<li><code>org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP.getQueryMap</code>
signature has changed, if you use it ensure you update your code. See
<bugzilla>58845</bugzilla></li>
<li><code>__jexl</code> function (i.e. JEXL 1) has been deprecated and
will be removed in next version. See <bugzilla>58903</bugzilla></li>
- <li>JMS Subscriber will consider a sample to be in error if number of
received messages is not equals to expected number of messages. It previously
considered a sample OK if at least 1 message was received. See
<bugzilla>58980</bugzilla></li>
+ <li>JMS Subscriber will consider a sample to be an error if number of
received messages is not equal to expected number of messages. It previously
considered a sample OK if at least 1 message was received. See
<bugzilla>58980</bugzilla></li>
<li>Since version 3.0, HTTP(S) Test Script recorder uses default port
<code>8888</code> as configured when using Recording Template. See
<bugzilla>59006</bugzilla></li>
<li>Since version 3.0, the parser for embedded resources (replaced since
2.10 by Lagarto based implementation) relying on htmlparser library
(HtmlParserHTMLParser) has been dropped along with its dependencies.</li>
<li>Since version 3.0, the support for reading old Avalon format JTL
(result) files has been removed, see <bugzilla>59064</bugzilla></li>
Modified: jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/generating-dashboard.xml?rev=1738412&r1=1738411&r2=1738412&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Sun Apr 10 09:40:19
2016
@@ -441,7 +441,7 @@ jmeter.reportgenerator.exporter.html.fil
<p>
This configuration allows to generate a report where:
<ul>
- <li>Over time graphs have a time granularity
equals to 1 minute.</li>
+ <li>Over time graphs have a time granularity equal
to 1 minute.</li>
<li>The satisfaction threshold for ADPEX
calculation is 1 second and half.</li>
<li>The tolerance threshold for ADPEX calculation
is 3 seconds.</li>
<li>The HTML files are generated in the directory
<code>/tmp/test-report</code>.</li>