mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
19.52.2007 a09af01c9d96bd0f4eba7b37dfbb1147af70cf07
enable verbose mode for addEntry() & runCommand()
2 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/shared/functions/ldap.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/shared/functions/utils.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/shared/functions/ldap.xml
@@ -85,7 +85,7 @@
        </function-arg-description>
        <function-arg-property name="type" value="integer"/>
        </function-arg-def>
      <function-arg-def name="verbose" type="optional" default="False">
      <function-arg-def name="verbose" type="optional" default="True">
        <function-arg-description>
          Display (or not) output.
        </function-arg-description>
opendj-sdk/opends/tests/shared/functions/utils.xml
@@ -1446,7 +1446,7 @@
          The duration that the process is allowed to run
        </function-arg-description>
      </function-arg-def>      
      <function-arg-def name="verbose" default="False" type="optional">
      <function-arg-def name="verbose" default="True" type="optional">
        <function-arg-description>
          A boolean (use True or False here, case matters) to output the 
          outputs of the command