From 97130dbd47320b2df3a5d2d7af17d3d3669e1993 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
---
opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml
index 94bbfa6..d861f0a 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_ldifimport.xml
@@ -90,7 +90,8 @@
<!-- Import data into "master" server -->
<call function="'ImportLdifWithScript'">
{ 'location' : masterHost,
- 'dsPath' : masterPath,
+ 'dsPath' : masterPath,
+ 'dsBackEnd' : 'userRoot',
'dsLdifFile' : '%s/replication/Example.ldif' % masterDataDir }
</call>
@@ -127,7 +128,8 @@
<call function="'ImportLdifWithScript'">
{ 'location' : consumer.getHostname(),
- 'dsPath' : '%s/%s' % (consumer.getDir(), OPENDSNAME),
+ 'dsPath' : '%s/%s' % (consumer.getDir(), OPENDSNAME),
+ 'dsBackEnd' : 'userRoot',
'dsLdifFile' : '%s/%s/replication/master_export.ldif' % (consumer.getDir(),relativeDataDir) }
</call>
</sequence>
--
Gitblit v1.10.0