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/encryption/encryption.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
index 532a6b3..bae786c 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Copyright 2007-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/3server_topology.txt'\
- % TESTS_DIR,
+ { 'topologyFile' : '%s/3server_topology.txt' \
+ % TESTS_TOPOLOGY_DIR,
'secureReplication': True,
'dataFile' : 'Example.ldif'
}
--
Gitblit v1.10.0