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/groups/groups.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/groups/groups.xml b/opends/tests/functional-tests/testcases/groups/groups.xml
index 9f82910..717604d 100644
--- a/opends/tests/functional-tests/testcases/groups/groups.xml
+++ b/opends/tests/functional-tests/testcases/groups/groups.xml
@@ -45,19 +45,19 @@
<call function="'testGroup_Preamble'"/>
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/groups/group_static_uniquemember.xml' % (TESTS_DIR)"/>
<call function="'main_staticgroup_uniquemember'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/groups/group_static_member.xml' % (TESTS_DIR)"/>
<call function="'main_staticgroup_member'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/groups/group_dynamic.xml' % (TESTS_DIR)"/>
<call function="'main_dynamicgroup'" />
- <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/groups/group_virtual_static.xml' % (TESTS_DIR)"/>
<call function="'main_virtualStaticGroup'" />
--
Gitblit v1.10.0