From 013bce8c6aef97002afcd67c44dbcabeb7635aef Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 11 Jun 2008 16:15:03 +0000
Subject: [PATCH] Update installation path and tools path in setup testsuite

---
 opends/tests/functional-tests/testcases/setup/_pre.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/setup/_pre.xml b/opends/tests/functional-tests/testcases/setup/_pre.xml
index 5479eb0..9640c36 100644
--- a/opends/tests/functional-tests/testcases/setup/_pre.xml
+++ b/opends/tests/functional-tests/testcases/setup/_pre.xml
@@ -107,7 +107,7 @@
               'service'   :  'ZIP',
               'request'   :  'UNZIP',
               'arguments' :  'ZIPFILE %s/%s TODIRECTORY %s RESTOREPERMISSION' \
-                % (ZIPPATH, ZIPNAME, ODS_UNZIPPED)
+                % (DIRECTORY_INSTANCE_DIR, ZIPNAME, ODS_UNZIPPED)
             }
           </call>
 

--
Gitblit v1.10.0