From eca873be9127fb6d7014bc5062fad74c2ff9ae11 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Sun, 21 Oct 2012 16:07:47 +0000
Subject: [PATCH] Fix clu make-ldif, modifyldif, ldif-diffs tools functional tests
---
opends/tests/staf-tests/shared/functions/environment.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/environment.xml b/opends/tests/staf-tests/shared/functions/environment.xml
index 84b10e7..dea95c1 100755
--- a/opends/tests/staf-tests/shared/functions/environment.xml
+++ b/opends/tests/staf-tests/shared/functions/environment.xml
@@ -178,6 +178,7 @@
MultimasterSync = 'Multimaster Synchronization'
MultimasterType = 'multimaster'
+ # TODO: this test flow for replication tests needs moving out to configuration
# Replication execution mode variables: if not defined, set "random"
# values:
# (day of the month % 4) == 0 --> (split servers, eclmode n/a)
@@ -395,6 +396,8 @@
<message>'source.data = %s' % source.data</message>
<message>'local.data = %s' % local.data</message>
<message>'remote.data = %s' % remote.data</message>
+ <message>'local.temp = %s' % local.temp</message>
+ <message>'remote.temp = %s' % remote.temp</message>
<return>
local.directory
--
Gitblit v1.10.0