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_binarycopy.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml
index 5bdc278..eaba5d8 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/replication_binarycopy.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>
--
Gitblit v1.10.0