From f4ce75db1f05cc7a3ea19af7d4b485dd4563ebe8 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 19 Dec 2007 17:52:20 +0000
Subject: [PATCH] enable verbose mode for addEntry() & runCommand()

---
 opends/tests/shared/functions/ldap.xml  |    2 +-
 opends/tests/shared/functions/utils.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/shared/functions/ldap.xml b/opends/tests/shared/functions/ldap.xml
index fdfee66..602739a 100755
--- a/opends/tests/shared/functions/ldap.xml
+++ b/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>
diff --git a/opends/tests/shared/functions/utils.xml b/opends/tests/shared/functions/utils.xml
index e43e6aa..69378dc 100755
--- a/opends/tests/shared/functions/utils.xml
+++ b/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

--
Gitblit v1.10.0