You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/06/20 02:10:45 UTC

[Bug 63519] New: Wrong method in jmeter_tutorial.html

https://bz.apache.org/bugzilla/show_bug.cgi?id=63519

            Bug ID: 63519
           Summary: Wrong method in jmeter_tutorial.html
           Product: JMeter
           Version: 5.1.1
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: buzzerrookie@hotmail.com
  Target Milestone: JMETER_5.2

Created attachment 36634
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36634&action=edit
getResourceLabel

The
tutorial(https://jmeter.apache.org/usermanual/jmeter_tutorial.html#testelement-contract)
said one who wants to extended the appropriate GUI class should implement
getResourceLabel() method first, but I think it should be getLabelResource.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63519] Wrong method in jmeter_tutorial.html

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63519

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
             Status|NEW                         |RESOLVED
           Keywords|                            |FixedInTrunk
         Resolution|---                         |FIXED
           Severity|normal                      |minor

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Thanks for the patch. Nice to see, that someone reads those manuals :)

The documentation on the website will be updated with the next release of
JMeter, which will probably be version 5.2

commit d4461f254a291258dfb426f3ded4059aee6572f6
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(-)

commit 8d7d7380b5098497a6f5d164e0896bc4d322dab5
AuthorDate: Thu Jun 20 13:55:50 2019 +0200

    Bugzilla entry seems to have a name for the nickname.

    Bugzilla Id: 63519
    Relates to #471 on github
---
 xdocs/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63519] Wrong method in jmeter_tutorial.html

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63519

--- Comment #1 from Sun Tao <bu...@hotmail.com> ---
https://github.com/apache/jmeter/pull/471

-- 
You are receiving this mail because:
You are the assignee for the bug.