From d993dc267d083728198af709abc8ca321c5d6432 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Fri, 27 Jul 2007 17:36:20 +0000
Subject: [PATCH] New dsconfig wrappers + refactorying for replication configuration
---
opends/tests/functional-tests/shared/functions/environment.xml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/functional-tests/shared/functions/environment.xml
index dfd3355..ccf6d34 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opends/tests/functional-tests/shared/functions/environment.xml
@@ -146,7 +146,14 @@
CurrentTestPath={}
DSInfoServersDict={}
True = 1
- False = 0
+ False = 0
+
+ DSCONFIG = 'dsconfig'
+ NO_CHECK = 'noCheck'
+
+ # Replication configuration default names
+ MultimasterSync = 'Multimaster Synchronization'
+ MultimasterType = 'multimaster'
</script>
--
Gitblit v1.10.0