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/replication/replication_setup.xml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/replication_setup.xml b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
index 5875ff5..1a0d3b3 100644
--- a/opends/tests/functional-tests/testcases/replication/replication_setup.xml
+++ b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
@@ -37,24 +37,24 @@
</function-arg-description>
<function-arg-property name="type" value="filepath"/>
</function-arg-def>
- </function-map-args>
-
+ </function-map-args>
+
<sequence>
<block name="'replication-setup'">
<sequence>
-
+
<message>
'Create DS topology as described in %s' % topologyFile
</message>
-
- <call function="'createTopology'">
- { 'topologyDescFile' : topologyFile,
+
+ <call function="'createTopology'">
+ { 'topologyDescFile' : topologyFile,
'sharedDataFolder' : 'replication' }
- </call>
-
- <call function="'checkRC'">
+ </call>
+
+ <call function="'checkRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
@@ -77,11 +77,11 @@
consumerList = _topologyServerList[1:]
</script>
- <!-- Start the servers in the topology -->
+ <!-- Start the servers in the topology -->
<call function="'startServers'">
[_topologyServerList]
</call>
-
+
</sequence>
</block>
--
Gitblit v1.10.0