From 3df7b26c6810ef008d6365a8f086dbed38adab12 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Sat, 04 Aug 2007 16:13:42 +0000
Subject: [PATCH] New replication test suites + a few fixes in existing functions

---
 opends/tests/functional-tests/shared/functions/topology.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/topology.xml b/opends/tests/functional-tests/shared/functions/topology.xml
index 58349fc..f559b1f 100755
--- a/opends/tests/functional-tests/shared/functions/topology.xml
+++ b/opends/tests/functional-tests/shared/functions/topology.xml
@@ -600,7 +600,7 @@
 
       <script>
         replicationServer = syncserver.getChangelogServer()
-        replicatedSuffixList = server.getSynchronizedSuffixList()
+        replicatedSuffixList = syncserver.getSynchronizedSuffixList()
       </script>        
 
       <if expr="replicationServer">

--
Gitblit v1.10.0