From 0dd46bee0fdb313979dc5891eb304976919c66d9 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 17 Mar 2009 09:23:56 +0000
Subject: [PATCH] Move topology files to "shared/topology" folder

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

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
index d5f6d1a..f9dceb1 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/failover/failover.xml
@@ -23,7 +23,7 @@
  !
  ! CDDL HEADER END
  !
- !      Copyright 2007-2008 Sun Microsystems, Inc.
+ !      Copyright 2007-2009 Sun Microsystems, Inc.
  ! -->
 <stax>
 
@@ -59,7 +59,7 @@
           <import machine="STAF_LOCAL_HOSTNAME"
             file="'%s/testcases/replication/replication_setup.xml' % (TESTS_DIR)"/>
           <call function="'replication_setup'">
-            {  'topologyFile'  :  '%s/config/replication/3server_topology.txt' % TESTS_DIR  }
+            {  'topologyFile' : '%s/3server_topology.txt' % TESTS_TOPOLOGY_DIR }
           </call>
                                     
           <script>

--
Gitblit v1.10.0