You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/08/26 22:32:26 UTC

svn commit: r1517688 - in /jmeter/trunk/src: core/org/apache/jmeter/resources/messages.properties protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java

Author: pmouawad
Date: Mon Aug 26 20:32:26 2013
New Revision: 1517688

URL: http://svn.apache.org/r1517688
Log:
Change field name Raw Post Data to Body Data

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1517688&r1=1517687&r2=1517688&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Mon Aug 26 20:32:26 2013
@@ -694,7 +694,7 @@ poisson_timer_range=Lambda (in milliseco
 poisson_timer_title=Poisson Random Timer
 port=Port\:
 post_as_parameters=Parameters
-post_body=Post Body
+post_body=Body Data
 post_body_raw=Body Data
 post_thread_group_title=tearDown Thread Group
 previous=Previous

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java?rev=1517688&r1=1517687&r2=1517688&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.java Mon Aug 26 20:32:26 2013
@@ -238,7 +238,7 @@ public class UrlConfigGui extends JPanel
     // FIXME FACTOR WITH HTTPHC4Impl, HTTPHC3Impl
     // Just append all the parameter values, and use that as the post body
     /**
-     * Compute Post body from arguments
+     * Compute body data from arguments
      * @param arguments {@link Arguments}
      * @return {@link String}
      */
@@ -247,7 +247,7 @@ public class UrlConfigGui extends JPanel
     }
 
     /**
-     * Compute Post body from arguments
+     * Compute body data from arguments
      * @param arguments {@link Arguments}
      * @param crlfToLF whether to convert CRLF to LF
      * @return {@link String}