sebb        2004/02/21 14:21:38

  Modified:    src/core/org/apache/jmeter/testelement/property
                        AbstractProperty.java
  Log:
  Update the toString() method to show the name as well
  
  Revision  Changes    Path
  1.17      +4 -4      
jakarta-jmeter/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java
  
  Index: AbstractProperty.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- AbstractProperty.java     21 Feb 2004 22:03:09 -0000      1.16
  +++ AbstractProperty.java     21 Feb 2004 22:21:38 -0000      1.17
  @@ -433,7 +433,7 @@
        */
       public String toString()
       {
  -        return getStringValue();
  +        return name + "=" + getStringValue();
       }
   
       /* (non-Javadoc)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to