From 51e95cda2e94f48f5e277c26db11a6d8018301e3 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 05 Jun 2007 09:26:09 +0000
Subject: [PATCH] Issue 606 implement a full re-synchronization through a protocol
---
opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml b/opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml
index e3e7f74..ecbd299 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml
@@ -147,12 +147,12 @@
'unzipdir' : '%s' % DIRECTORY_INSTANCE_DIR }
</call>
- <!--- Configure DS -->
+ <!--- Setup DS -->
<sequence>
<message>
- 'Configuring DS on %s' % STAF_REMOTE_HOSTNAME
+ 'Set up DS on %s' % STAF_REMOTE_HOSTNAME
</message>
- <call function="'ConfigureDsWithScript'">
+ <call function="'SetUpDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME,
'dsPort' : DIRECTORY_INSTANCE_PORT,
'dsBindDN' : DIRECTORY_INSTANCE_DN,
--
Gitblit v1.10.0