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/conflict/conflict.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
index f71fdb0..d728956 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Portions Copyright 2006-2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2006-2009 Sun Microsystems, Inc.
! -->
<stax>
@@ -61,8 +61,8 @@
file="'%s/testcases/replication/replication_setup.xml'
% (TESTS_DIR)"/>
<call function="'replication_setup'">
- { 'topologyFile' : '%s/config/replication/basic_topology.txt'\
- % TESTS_DIR,
+ { 'topologyFile' : '%s/basic_topology.txt' \
+ % TESTS_TOPOLOGY_DIR,
'dataFile' : 'Short_Example.ldif',
'isolateLdapServers' : True,
'enableDebugLogs' : False
--
Gitblit v1.10.0