Author: pmouawad
Date: Fri Jun 15 07:36:02 2018
New Revision: 1833579

URL: http://svn.apache.org/viewvc?rev=1833579&view=rev
Log:
Bug 62457 - In usermanual, the UUID Function's example is wrong
Contributed by helpass onegaicimasu at hotmail.com
Bugzilla Id: 62457

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/functions.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1833579&r1=1833578&r2=1833579&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Fri Jun 15 07:36:02 2018
@@ -232,6 +232,7 @@ this behaviour, set <code>httpclient.res
   <li><bug>62295</bug>Correct order of elements when duplicating a selection 
of multiple elements.</li>
   <li><bug>62397</bug>Don't break lines at commata when using JSON Path 
Tester</li> 
   <li><bug>62281</bug>Prevent NPE in MapProperty. Patch by belugabehr (dam6923 
at gmail.com)</li>
+  <li><bug>62457</bug>In usermanual, the UUID Function's example is wrong. 
Contributed by helppass (onegaicimasu at hotmail.com)</li>
 </ul>
 
  <!--  =================== Thanks =================== -->
@@ -256,6 +257,7 @@ this behaviour, set <code>httpclient.res
     <li>Logan Mauzaize (t524467 at airfrance.fr)</li>
     <li>belugabehr (dam6923 at gmail.com)</li>
     <li>Giancarlo Romeo (giancarloromeo at gmail.com)</li>
+    <li>helppass (onegaicimasu at hotmail.com)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <p>

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1833579&r1=1833578&r2=1833579&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Fri Jun 15 07:36:02 2018
@@ -733,7 +733,7 @@ This leads to creation of match number v
 <properties>
 </properties>
 <p>Examples:
-<source>${UUID()}</source> will return UUIDs with this format : 
<code>c69e0dd1-ac6b-4f2b-8d59-5d4e8743eecd</code> <br/>
+<source>${__UUID()}</source> will return UUIDs with this format : 
<code>c69e0dd1-ac6b-4f2b-8d59-5d4e8743eecd</code> <br/>
 </p>
 </component>
 


Reply via email to