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 2019/07/22 15:10:29 UTC

[jmeter] 01/02: Improve formatting

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit cf0ed6d3fcc0f231aa2a9df475329b49e951739d
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Mon Jul 22 17:09:37 2019 +0200

    Improve formatting
---
 xdocs/usermanual/component_reference.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index 229c69d..1003901 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -884,11 +884,11 @@ This will not have any impact on existing Test plans.
          <property name="Name" required="No">Descriptive name for this sampler that is shown in the tree.</property>
          <property name="Entry name" required="Yes">Distinguished name of the object you want to modify, relative 
            to the given DN in the thread bind operation</property>
-         <property name="Modification test" required="Yes">The attribute-value-opCode triples. The opCode can be any
-           valid LDAP operationCode (<code>add</code>, <code>delete</code>/<code>remove</code> or <code>replace</code>).
-           If you don't specify a value with a <code>delete</code> operation,
-           all values of the given attribute will be deleted. If you do specify a value in a <code>delete</code> operation, only
-           the given value will be deleted. If this value is non-existent, the sampler will fail the test.</property>
+         <property name="Modification test" required="Yes">The attribute-value-opCode triples. <br/>
+            The <code>opCode</code> can be any valid LDAP operationCode (<code>add</code>, <code>delete</code>, <code>remove</code> or <code>replace</code>).<br/>
+           If you don't specify a value with a <code>delete</code> operation, all values of the given attribute will be deleted. <br/>
+           If you do specify a value in a <code>delete</code> operation, only the given value will be deleted. <br/>
+           If this value is non-existent, the sampler will fail the test.</property>
        </properties>
      </dd>
      <dt><b>Compare</b></dt>