From 6c5a5b7bbfc55a38b9215d02647192162e35c4bb Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 05 Jun 2007 09:47:30 +0000
Subject: [PATCH] Tests for Issue 605 uses wrong ldif

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

diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index 4c3652e..6e2b7c4 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -75,7 +75,7 @@
               <call function="'ImportLdifWithScript'">
                 { 'location'     : server1.getHostname() ,
                   'dsPath'       : '%s/%s' % (server1.getDir(),OPENDSNAME),             
-                  'dsLdifFile'   : '%s/replication/Airius.ldif' % server1DataDir }
+                  'dsLdifFile'   : '%s/replication/Example.ldif' % server1DataDir }
               </call>
 
               <!-- Check some data was imported into Directory Server -->    

--
Gitblit v1.10.0