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 2014/10/10 18:10:07 UTC

[Bug 57076] New: BooleanPropertyEditor#getAsText() must return a value that is in getTags()

https://issues.apache.org/bugzilla/show_bug.cgi?id=57076

            Bug ID: 57076
           Summary: BooleanPropertyEditor#getAsText() must return a value
                    that is in getTags()
           Product: JMeter
           Version: 2.11
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

BooleanPropertyEditor#getAsText() currently returns lower-case "true" or
"false". However the tags are "True", "False" to agree with the JVM property
editor for boolean.class.

The code needs to override getAsText() in order to return a valid tag entry.

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

[Bug 57076] BooleanPropertyEditor#getAsText() must return a value that is in getTags()

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

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/r1630937
Log:
BooleanPropertyEditor#getAsText() must return a value that is in getTags()
Bugzilla Id: 57076

Modified:
   
jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/BooleanPropertyEditor.java
   
jmeter/trunk/test/src/org/apache/jmeter/testbeans/gui/TestBooleanPropertyEditor.java
    jmeter/trunk/xdocs/changes.xml

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