From 4b7d1b4ca09cf972c9e7dbac507fbaa43ed28ec6 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Sat, 17 Sep 2011 15:16:28 +0000
Subject: [PATCH] Add data files for PTA tests, fix location of temp and data files

---
 opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index 6527c9d..72c8a0c 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -57,7 +57,7 @@
           <call function="'replication_setup'" />
           
           <script>
-            server1DataDir = '%s/%s' % (server1.getDir(),remote.reldatadir)
+            server1DataDir = '%s' % server1.getDataDir()
           </script>
           
           <!--- Test Case : Total Update -->          

--
Gitblit v1.10.0