From b2a31e7655b4e8dbe114d9a21718330b409735f8 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
---
opends/tests/functional-tests/shared/functions/environment.xml | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/functional-tests/shared/functions/environment.xml
index 02328b2..4345185 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opends/tests/functional-tests/shared/functions/environment.xml
@@ -95,7 +95,7 @@
sys.path.append("%s/python" % TESTS_SHARED_DIR )
from common import *
from security import *
- from synchronization import *
+ from replication import *
</script>
@@ -243,7 +243,13 @@
<call function="'deleteFolder'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'foldername' : '%s' % InstanceInstallDir }
- </call>
+ </call>
+
+ <call function="'deleteFile'">
+ { 'location' : STAF_REMOTE_HOSTNAME ,
+ 'filename' : '%s.zip' % InstanceInstallDir }
+ </call>
+
</sequence>
</catch>
@@ -289,4 +295,4 @@
-</stax>
\ No newline at end of file
+</stax>
--
Gitblit v1.10.0