From a907d36e1b32fe05f0e13cefe84de560053e0e22 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Tue, 21 Aug 2007 18:55:28 +0000
Subject: [PATCH] Replaced tabs with two whitespaces across the functional-tests
---
opends/tests/functional-tests/shared/functions/dsadm.xml | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/dsadm.xml b/opends/tests/functional-tests/shared/functions/dsadm.xml
index 7f2cae1..8e3dae5 100755
--- a/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -56,7 +56,7 @@
Directory server JMX port number
</function-arg-description>
<function-arg-property name="type" value="Port number"/>
- </function-arg-def>
+ </function-arg-def>
<function-arg-def name="dsBaseDN" type="optional">
<function-arg-description>
Base DN (only single base DN supported).
@@ -105,14 +105,14 @@
if dsPath:
STAFCmd='%s/setup%s' % (dsPath,fileExt)
STAFCmdParamsList.append('--cli')
- STAFCmdParamsList.append('-s')
+ STAFCmdParamsList.append('-s')
if dsPort:
STAFCmdParamsList.append('-p %s' % dsPort)
if dsJmxPort:
STAFCmdParamsList.append('-x %s' % dsJmxPort)
-
+
if dsBaseDN:
STAFCmdParamsList.append('-b "%s"' % dsBaseDN)
@@ -689,48 +689,48 @@
</function-arg-description>
<function-arg-property name="type" value="hostname"/>
</function-arg-def>
-
+
<function-arg-def name="dsHost" type="optional" default="'%s' % DIRECTORY_INSTANCE_HOST">
<function-arg-description>
Directory server hostname or IP address
</function-arg-description>
<function-arg-property name="type" value="hostname"/>
</function-arg-def>
-
+
<function-arg-def name="dsPort" type="optional" default="'%s' % DIRECTORY_INSTANCE_PORT">
<function-arg-description>
Directory server port number
</function-arg-description>
<function-arg-property name="type" value="port"/>
- </function-arg-def>
-
+ </function-arg-def>
+
<function-arg-def name="dsBindDN" type="optional" default="'%s' % DIRECTORY_INSTANCE_DN">
<function-arg-description>
Bind DN
</function-arg-description>
<function-arg-property name="type" value="DN"/>
</function-arg-def>
-
+
<function-arg-def name="dsBindPwd" type="optional" default="'%s' % DIRECTORY_INSTANCE_PSWD">
<function-arg-description>
Bind password
</function-arg-description>
<function-arg-property name="type" value="string"/>
</function-arg-def>
-
+
<function-arg-def name="dsBindPwdFile" type="optional">
<function-arg-description>
Bind password file
</function-arg-description>
<function-arg-property name="type" value="integer"/>
</function-arg-def>
-
+
<function-arg-def name="extraParams" type="optional" default="''">
<function-arg-description>
Optional extra parameters for specific test cases
</function-arg-description>
<function-arg-property name="type" value="string"/>
- </function-arg-def>
+ </function-arg-def>
</function-map-args>
@@ -792,12 +792,12 @@
'noOfLoops' : 5 ,
'noOfMilliSeconds' : 2000 }
</call>
- <!--
+ <!--
<call function="'checkRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
- -->
+ -->
</sequence>
</function>
@@ -2501,7 +2501,7 @@
<call function="'isAlive'">
{ 'noOfLoops' : 5 ,
'noOfMilliSeconds' : 2000 }
- </call>
+ </call>
</sequence>
</if>
--
Gitblit v1.10.0