From 1c47785140a438dea398e1cca4a1640e8ccf7b30 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 20 Aug 2007 08:58:23 +0000
Subject: [PATCH] Explicitly set backend name in replication tests

---
 opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index ff2b70c..bab91c4 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -74,7 +74,8 @@
               <!-- Import data into Directory Server -->              
               <call function="'ImportLdifWithScript'">
                 { 'location'     : server1.getHostname() ,
-                  'dsPath'       : '%s/%s' % (server1.getDir(),OPENDSNAME),             
+                  'dsPath'       : '%s/%s' % (server1.getDir(),OPENDSNAME),
+                  'dsBackEnd'    : 'userRoot',          
                   'dsLdifFile'   : '%s/replication/Example.ldif' % server1DataDir }
               </call>
 

--
Gitblit v1.10.0