Author: pmouawad
Date: Sat May 12 11:09:47 2018
New Revision: 1831464
URL: http://svn.apache.org/viewvc?rev=1831464&view=rev
Log:
Make function start with lower case
Modified:
jmeter/trunk/src/functions/org/apache/jmeter/functions/ThreadGroupName.java
jmeter/trunk/xdocs/changes.xml
Modified:
jmeter/trunk/src/functions/org/apache/jmeter/functions/ThreadGroupName.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/functions/org/apache/jmeter/functions/ThreadGroupName.java?rev=1831464&r1=1831463&r2=1831464&view=diff
==============================================================================
--- jmeter/trunk/src/functions/org/apache/jmeter/functions/ThreadGroupName.java
(original)
+++ jmeter/trunk/src/functions/org/apache/jmeter/functions/ThreadGroupName.java
Sat May 12 11:09:47 2018
@@ -32,7 +32,7 @@ import org.apache.jmeter.threads.JMeterC
* @since 4.1
*/
public class ThreadGroupName extends AbstractFunctionByKey {
- private static final String KEY = "__ThreadGroupName"; //$NON-NLS-1$
+ private static final String KEY = "__threadGroupName"; //$NON-NLS-1$
private static final List<String> DESC = new LinkedList<>();
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1831464&r1=1831463&r2=1831464&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat May 12 11:09:47 2018
@@ -121,7 +121,7 @@ this behaviour, set <code>httpclient.res
<h3>Functions</h3>
<ul>
<li><bug>62178</bug>Add default value to <code>__V</code> function.
Contributed by orimarko at gmail.com</li>
- <li><bug>62178</bug>Add function <code>__ThreadGroupName</code> function
to obtain ThreadGroup name. Mainly contributed by orimarko at gmail.com</li>
+ <li><bug>62178</bug>Add function <code>__threadGroupName</code> function
to obtain ThreadGroup name. Mainly contributed by orimarko at gmail.com</li>
</ul>
<h3>I18N</h3>
<ul>