From 2bb53a0b19b5fce4d4540f33bcaaa2e95ddcebcf Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 12:27:58 +0000
Subject: [PATCH] Update or Add tests for ACI replication, import-ldif, security/account_activation clu_secure...

---
 opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
index 72a4eea..0f4c133 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
@@ -23,7 +23,7 @@
  !
  ! CDDL HEADER END
  !
- !      Copyright 2007-2008 Sun Microsystems, Inc.
+ !      Copyright 2007-2010 Sun Microsystems, Inc.
  ! -->
 <stax>
   <defaultcall function="replication_binarycopy"/>
@@ -113,8 +113,8 @@
               <call function="'ImportLdifWithScript'">
                 { 'location'   : masterHost,
                   'dsPath'     : masterPath,
-                  'dsBackEnd'  : DIRECTORY_INSTANCE_BE,
-                  'dsLdifFile' : '%s/replication/Example.ldif' % masterDataDir
+                  'backEnd'    : DIRECTORY_INSTANCE_BE,
+                  'ldifFile'   : '%s/replication/Example.ldif' % masterDataDir
                 }
               </call>
                             
@@ -266,14 +266,13 @@
                 '+++++ binary copy on-line: import data on %s:%s' \
                 % (masterHost, master.getPort())
               </message>                
-              <call function="'importLdifTask'">
+              <call function="'ImportLdifWithScript'">
                 { 'location'       : clientHost,
                   'dsPath'         : clientPath,
                   'dsInstanceHost' : masterHost,
-                  'dsInstancePort' : master.getPort(),
+                  'dsInstanceAdminPort' : master.getAdminPort(),
                   'dsInstanceDn'   : master.getRootDn(),
                   'dsInstancePswd' : master.getRootPwd(),
-                  'taskID'         : 'import task',
                   'ldifFile'       : '%s/replication/Example.ldif' \
                                      % masterDataDir
                 }

--
Gitblit v1.10.0