Author: pmouawad
Date: Sat Mar 5 15:54:52 2016
New Revision: 1733729
URL: http://svn.apache.org/viewvc?rev=1733729&view=rev
Log:
Fix wrong default mentionned
Modified:
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1733729&r1=1733728&r2=1733729&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Mar 5 15:54:52
2016
@@ -6418,7 +6418,7 @@ Both Chrome and Internet Explorer use th
</property>
<property name="Add Assertions" required="Yes">Add a blank assertion
to each sampler?</property>
<property name="Regex Matching" required="Yes">Use Regex Matching when
replacing variables? If checked replacement will use word boundaries, i.e. it
will only replace word matching values of variable, not part of a word. A word
boundary follows Perl5 definition and is equivalent to <code>\b</code>. More
information below in the paragraph about "<code>User Defined Variable
replacement</code>".</property>
- <property name="Type" required="Yes">Which type of sampler to generate
(the Java default or HTTPClient)</property>
+ <property name="Type" required="Yes">Which type of sampler to generate
(the HTTPClient default or Java)</property>
<property name="Redirect Automatically" required="Yes">Set Redirect
Automatically in the generated samplers?</property>
<property name="Follow Redirects" required="Yes">Set Follow Redirects
in the generated samplers?<br/>
<note>Note: see "Recording and redirects" section below for important
information.</note>