mirror of https://github.com/apache/jmeter.git
Correct typo in component reference for Boundary Extractor
Contributed by orimarko at gmail.com Bugzilla Id: 62095 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9f16e89d2
commit
05cf099af3
|
|
@ -119,6 +119,7 @@ Summary
|
|||
<ch_section>Non-functional changes</ch_section>
|
||||
<ul>
|
||||
<li><pr>375</pr>Updated to latest checkstyle (v8.8). Contributed by Graham Russell (graham at ham1.co.uk)</li>
|
||||
<li><bug>62095</bug>Correct description for right boundary parameter in Boundary Extractor. Contributed by orimarko (orimarko at gmail.com)</li>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Bug fixes =================== -->
|
||||
|
|
@ -167,6 +168,8 @@ Summary
|
|||
<p>We thank all contributors mentioned in bug and improvement sections above:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Graham Russell (graham at ham1.co.uk)</li>
|
||||
<li>orimarko at gmail.com</li>
|
||||
</ul>
|
||||
<p>We also thank bug reporters who helped us improve JMeter.</p>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -6049,7 +6049,7 @@ generate the template string, and store the result into the given variable name.
|
|||
</property>
|
||||
<property name="Name of created variable" required="Yes">The name of the JMeter variable in which to store the result. Also note that each group is stored as <code>[refname]_g#</code>, where <code>[refname]</code> is the string you entered as the reference name, and <code>#</code> is the group number, where group <code>0</code> is the entire match, group <code>1</code> is the match from the first set of parentheses, etc.</property>
|
||||
<property name="Left Boundary" required="Yes">Left boundary of value to find</property>
|
||||
<property name="Right Boundary" required="Yes">Left boundary of value to find</property>
|
||||
<property name="Right Boundary" required="Yes">Right boundary of value to find</property>
|
||||
<property name="Match No. (0 for Random)" required="Yes">Indicates which match to use. The boundaries may match multiple times.
|
||||
<ul>
|
||||
<li>Use a value of zero to indicate JMeter should choose a match at random.</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue