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/logging/logging.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/logging/logging.xml b/opends/tests/functional-tests/testcases/logging/logging.xml
index 2a96348..7fe2615 100755
--- a/opends/tests/functional-tests/testcases/logging/logging.xml
+++ b/opends/tests/functional-tests/testcases/logging/logging.xml
@@ -38,12 +38,12 @@
<sequence>
<script>
- CurrentTestPath['group']='logging'
+ CurrentTestPath['group']='logging'
CurrentTestPath['suite']=STAXCurrentBlock
</script>
<call function="'testSuite_Preamble'"/>
-
+
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/logging/logging_setup.xml' % (TESTS_DIR)"/>
<call function="'logging_setup'"/>
@@ -51,23 +51,23 @@
<import machine="'%s' % STAF_LOCAL_HOSTNAME"
file="'%s/testcases/logging/logging_rotation.xml' % (TESTS_DIR)"/>
<call function="'logging_rotation'" />
-
+
<import machine="'%s' % STAF_LOCAL_HOSTNAME"
file="'%s/testcases/logging/logging_properties.xml' % (TESTS_DIR)"/>
<call function="'logging_properties'" />
<import machine="'%s' % STAF_LOCAL_HOSTNAME"
file="'%s/testcases/logging/logging_writer.xml' % (TESTS_DIR)"/>
- <call function="'logging_writer'" />
-
+ <call function="'logging_writer'" />
+
<import machine="'%s' % STAF_LOCAL_HOSTNAME"
file="'%s/testcases/logging/logging_retention.xml' % (TESTS_DIR)"/>
<call function="'logging_retention'" />
-
+
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/logging/logging_cleanup.xml' % (TESTS_DIR)"/>
- <call function="'logging_cleanup'"/>
-
+ <call function="'logging_cleanup'"/>
+
<call function="'testSuite_Postamble'"/>
</sequence>
--
Gitblit v1.10.0