From 036d84b6e8e7d8dd1aa25005b9ca426902b8292b Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 15 Oct 2008 16:31:28 +0000
Subject: [PATCH] Issue 3521 - backend name and suffix hardcode in some tests

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

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
index 56d9ffa..33daacc 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
@@ -122,7 +122,7 @@
               <call function="'ImportLdifWithScript'">
                 { 'location'   : masterHost,
                   'dsPath'     : masterPath,
-                  'dsBackEnd'  : 'userRoot',             
+                  'dsBackEnd'  : DIRECTORY_INSTANCE_BE,             
                   'dsLdifFile' : '%s/replication/Example.ldif' % masterDataDir
                 }
               </call>
@@ -160,7 +160,7 @@
                   <call function="'ImportLdifWithScript'">
                     { 'location'   : consumer.getHostname(),
                       'dsPath'     : '%s/%s' % (consumer.getDir(), OPENDSNAME),
-                      'dsBackEnd'  : 'userRoot',  
+                      'dsBackEnd'  : DIRECTORY_INSTANCE_BE,  
                       'dsLdifFile' : '%s/%s/replication/master_export.ldif' \
                                      % (consumer.getDir(),remote.reldatadir)
                     }

--
Gitblit v1.10.0