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/testcases/privileges/privileges_users.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/privileges/privileges_users.xml b/opends/tests/functional-tests/testcases/privileges/privileges_users.xml
index 4c3f93b..73b2725 100644
--- a/opends/tests/functional-tests/testcases/privileges/privileges_users.xml
+++ b/opends/tests/functional-tests/testcases/privileges/privileges_users.xml
@@ -39,7 +39,7 @@
<script>
if not CurrentTestPath.has_key('group'):
- CurrentTestPath['group']='privileges'
+ CurrentTestPath['group']='privileges'
CurrentTestPath['suite']=STAXCurrentBlock
</script>
@@ -58,7 +58,7 @@
file="'%s/testcases/privileges/privileges_setup.xml' % (TESTS_DIR)"/>
<call function="'privileges_setup'" />
- <!---
+ <!---
Place test-specific test information here.
The tag, TestMarker, must be the same as the tag, TestSuiteName.
#@TestMarker Privileges Users Tests
@@ -2739,7 +2739,7 @@
<else>
<!--- Start DS -->
<sequence>
-
+
<message>
'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
</message>
@@ -2758,11 +2758,11 @@
<call function="'isAlive'">
{ 'noOfLoops' : 5 ,
'noOfMilliSeconds' : 2000 }
- </call>
+ </call>
</sequence>
<!--- End Block DS Process Active -->
</else>
- </if>
+ </if>
<message>
'Privileges: Users: server-shutdown, Admin deleting privilege'
@@ -2834,7 +2834,7 @@
</sequence>
</testcase>
-
+
<!---
Place test-specific test information here.
The tag, TestMarker, must be the same as the tag, TestSuiteName.
@@ -3019,13 +3019,13 @@
</sequence>
</testcase>
-
+
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/privileges/privileges_cleanup.xml' % (TESTS_DIR)"/>
<call function="'privileges_cleanup'" />
-
+
<call function="'testSuite_Postamble'"/>
</sequence>
--
Gitblit v1.10.0