From 504f0f7a278410099e966d7689c07b106f88cb06 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 13 Jun 2007 21:56:23 +0000
Subject: [PATCH] Issue 1784 data and temporary files must go into a unique folder
---
opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index 6e2b7c4..2ecfdbc 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -50,7 +50,7 @@
<call function="'replication_setup'" />
<script>
- server1DataDir = '%s/functional-tests/shared/data' % server1.getDir()
+ server1DataDir = '%s/%s' % (server1.getDir(),relativeDataDir)
</script>
<!--- Test Case : Total Update -->
--
Gitblit v1.10.0