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/schema/schema_setup.xml | 54 +++++++++++++++++++++++++++---------------------------
1 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/schema/schema_setup.xml b/opends/tests/functional-tests/testcases/schema/schema_setup.xml
index 0dc4313..352bac5 100644
--- a/opends/tests/functional-tests/testcases/schema/schema_setup.xml
+++ b/opends/tests/functional-tests/testcases/schema/schema_setup.xml
@@ -36,34 +36,34 @@
<block name="'setup'">
<sequence>
-
-
- <block name="'Block Create DS Topology'">
- <!-- Create the topology necessary to the test group/suite -->
- <sequence>
-
+
+
+ <block name="'Block Create DS Topology'">
+ <!-- Create the topology necessary to the test group/suite -->
+ <sequence>
+
<message>
'Create DS topology as described in config.py'
</message>
-
- <call function="'createTopology'">
- { 'initialiseInstance' : True }
- </call>
-
- <call function="'checkRC'">
+
+ <call function="'createTopology'">
+ { 'initialiseInstance' : True }
+ </call>
+
+ <call function="'checkRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
</sequence>
- <!--- End Block Create DS Topology -->
- </block>
+ <!--- End Block Create DS Topology -->
+ </block>
- <block name="'Block DS Process Active'">
+ <block name="'Block DS Process Active'">
<!--- Start DS -->
- <sequence>
-
+ <sequence>
+
<message>
'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
</message>
@@ -82,16 +82,16 @@
<call function="'isAlive'">
{ 'noOfLoops' : 5 ,
'noOfMilliSeconds' : 2000 }
- </call>
-
+ </call>
+
</sequence>
<!--- End Block DS Process Active -->
- </block>
-
+ </block>
+
<block name="'Block DS Load Data'">
- <!-- Load the data needed by the test suite -->
- <sequence>
+ <!-- Load the data needed by the test suite -->
+ <sequence>
<message>
'Add entries that are required for the Schema Tests'
@@ -110,11 +110,11 @@
'result' : STAXResult }
</call>
-
- </sequence>
- <!-- End Block DS Load Data -->
+
+ </sequence>
+ <!-- End Block DS Load Data -->
</block>
-
+
</sequence>
</block>
--
Gitblit v1.10.0