From a5342a63cdd178130115549632beaf3b33aaf51c Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 01 Mar 2007 15:19:37 +0000
Subject: [PATCH] Issue 1287 prepare common shared function for synchronization

---
 opends/tests/functional-tests/testcases/backends/export-tasks.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/backends/export-tasks.xml b/opends/tests/functional-tests/testcases/backends/export-tasks.xml
index 46169a9..b5defe8 100644
--- a/opends/tests/functional-tests/testcases/backends/export-tasks.xml
+++ b/opends/tests/functional-tests/testcases/backends/export-tasks.xml
@@ -46,9 +46,9 @@
               'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
            </message>
   
-           <call function="'startDS'">
-             { 'dsbinpath' : '%s' % (OPENDS_BINPATH) }
-           </call>
+            <call function="'StartDsWithScript'">
+             { 'location'  : STAF_REMOTE_HOSTNAME }
+            </call>
  
            <call function="'checkRC'">
                { 'returncode' : RC ,

--
Gitblit v1.10.0