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/ldifimport/ldifimport.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml b/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
index d861f0a..834b607 100644
--- a/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
+++ b/opends/tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
@@ -55,7 +55,7 @@
#@TestHTMLLink http://opends.dev.java.net/
-->
-
+
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/replication_setup.xml' % (TESTS_DIR)"/>
<call function="'replication_setup'" />
@@ -73,7 +73,7 @@
#@TestSteps
#@TestPostamble
#@TestResult
- -->
+ -->
<testcase name="getTestCaseName('Off-line initialisation')">
<sequence>
<call function="'testCase_Preamble'"/>
@@ -81,7 +81,7 @@
'Replication: Ldif Import: Off-line initialisation. Initialise replicated servers using off-line export/import'
</message>
- <!-- Stop the servers in the topology -->
+ <!-- Stop the servers in the topology -->
<call function="'stopServers'">
[_topologyServerList]
</call>
@@ -137,7 +137,7 @@
- <!-- Start the servers in the topology -->
+ <!-- Start the servers in the topology -->
<call function="'startServers'">
[_topologyServerList]
</call>
@@ -154,7 +154,7 @@
'entryToBeAdded' : '%s/replication/tfitter.ldif' % clientDataDir }
</call>
- <!-- Verify the synchronization of the trees among the servers in the topology -->
+ <!-- Verify the synchronization of the trees among the servers in the topology -->
<call function="'verifyTrees'">
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
</call>
@@ -174,7 +174,7 @@
#@TestSteps
#@TestPostamble
#@TestResult
- -->
+ -->
<testcase name="getTestCaseName('On-line initialisation')">
<sequence>
<call function="'testCase_Preamble'"/>
@@ -273,7 +273,7 @@
'entryToBeAdded' : '%s/replication/tfitter.ldif' % clientDataDir }
</call>
- <!-- Verify the synchronization of the trees among the servers in the topology -->
+ <!-- Verify the synchronization of the trees among the servers in the topology -->
<call function="'verifyTrees'">
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
</call>
@@ -288,9 +288,9 @@
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/replication_cleanup.xml' % (TESTS_DIR)"/>
<call function="'replication_cleanup'" />
-
+
<call function="'testSuite_Postamble'"/>
-
+
</sequence>
</block>
--
Gitblit v1.10.0