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/ports.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/setup/ports.xml b/opends/tests/functional-tests/testcases/setup/ports.xml
index b3f6c92..f5c8a14 100644
--- a/opends/tests/functional-tests/testcases/setup/ports.xml
+++ b/opends/tests/functional-tests/testcases/setup/ports.xml
@@ -260,7 +260,7 @@
               'service'   :  'ZIP',
               'request'   :  'UNZIP',
               'arguments' :  'ZIPFILE %s/%s TODIRECTORY %s RESTOREPERMISSION' \
-                % (ZIPPATH, ZIPNAME, PORTS_I1_BASE)
+                % (DIRECTORY_INSTANCE_DIR, ZIPNAME, PORTS_I1_BASE)
             }
           </call>
 
@@ -293,7 +293,7 @@
           </call>
 
           <script>
-            c = '%s/bin/start-ds%s' % (PORTS_I1_ROOT, fileExt)
+            c = '%s/%s/start-ds%s' % (PORTS_I1_ROOT, fileFolder, fileExt)
             p = []
             p = ' '.join(p)
           </script>

--
Gitblit v1.10.0