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

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
index 58f86b5..e424663 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
@@ -83,7 +83,7 @@
           <call function="'ImportLdifWithScript'">
             { 'location'     : masterHost,
               'dsPath'       : masterPath,
-              'dsBackEnd'    : 'userRoot',          
+              'dsBackEnd'    : DIRECTORY_INSTANCE_BE,          
               'dsLdifFile'   : '%s/replication/Example.ldif' % masterDataDir
             }
           </call>

--
Gitblit v1.10.0