This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new d4461f2  Use correct method getLabelResource() in JMeter tutorial
d4461f2 is described below

commit d4461f254a291258dfb426f3ded4059aee6572f6
Author: Felix Schumacher <[email protected]>
AuthorDate: Thu Jun 20 13:51:25 2019 +0200

    Use correct method getLabelResource() in JMeter tutorial
    
    Contributed by buzzerrookie (buzzerrookie at hotmail.com>)
    Bugzilla Id: 63519
    Closes #471 on github
---
 xdocs/changes.xml                    | 2 ++
 xdocs/usermanual/jmeter_tutorial.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index fe57a6c..7307a49 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -184,6 +184,7 @@ to view the last major behaviors with the version 5.1.1.
 <ul>
     <li><bug>63513</bug>Add MariaDB examples to JDBC documentation. 
Contributed by Ori Marko (orimarko at gmail.com)</li>
     <li><bug>63484</bug>Add notes to use Apache Velocity as JSR223 script 
language. Based on a patch by Ori Marko (orimarko at gmail.com)</li>
+    <li><bug>63519</bug><pr>471</pr>Use correct method 
<code>getLabelResource()</code> in JMeter tutorial. Contributed by buzzerrookie 
(buzzerrookie at hotmail.com>)</li>
 </ul>
 
 <h3>General</h3>
@@ -205,6 +206,7 @@ to view the last major behaviors with the version 5.1.1.
   <li>Naveen Nandwani (naveen.nandwani at india.nec.com)</li>
   <li>Artem Fedorov (artem.fedorov at blazemeter.com)</li>
   <li>Ori Marko (orimarko at gmail.com)</li>
+  <li>buzzerrookie (buzzerrookie at hotmail.com)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>
diff --git a/xdocs/usermanual/jmeter_tutorial.xml 
b/xdocs/usermanual/jmeter_tutorial.xml
index b8e99bd..e41e618 100644
--- a/xdocs/usermanual/jmeter_tutorial.xml
+++ b/xdocs/usermanual/jmeter_tutorial.xml
@@ -188,7 +188,7 @@ So, you've extended the appropriate GUI class, what's left 
to do? Follow these s
 </p>
 
 <ol>
-  <li>Implement <code>getResourceLabel()</code>
+  <li>Implement <code>getLabelResource()</code>
     <ol>
       <li>This method should return the name of the resource that represents 
the title/name of the
 component. The resource will have to be entered into JMeters 
<code>messages.properties</code> file

Reply via email to