From 7a6e223f294ebe71a95850918549b37247c85c77 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 13 Aug 2007 18:20:51 +0000
Subject: [PATCH] some code cleaning and a fix for security test suite
---
opends/tests/functional-tests/testcases/replication/replication.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/replication.xml b/opends/tests/functional-tests/testcases/replication/replication.xml
index 410f172..f6ecd02 100644
--- a/opends/tests/functional-tests/testcases/replication/replication.xml
+++ b/opends/tests/functional-tests/testcases/replication/replication.xml
@@ -45,27 +45,27 @@
<call function="'testGroup_Preamble'"/>
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/totalupdate/totalupdate.xml' % (TESTS_DIR)"/>
<call function="'main_totalupdate'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/binarycopy/replication_binarycopy.xml' % (TESTS_DIR)"/>
<call function="'replication_binarycopy'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/ldifimport/replication_ldifimport.xml' % (TESTS_DIR)"/>
<call function="'replication_ldifimport'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/resynchronization/replication_resynchronization.xml' % (TESTS_DIR)"/>
<call function="'replication_resynchronization'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/basic/replication_basic.xml' % (TESTS_DIR)"/>
<call function="'replication_basic'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/schema/replication_schema.xml' % (TESTS_DIR)"/>
<call function="'replication_schema'" />
--
Gitblit v1.10.0