From 1a3a07f47d0c6e9452e39dd0472a3356434782bf Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 29 Apr 2010 15:34:27 +0000
Subject: [PATCH] Batch of changes that : - Update BDB JE to version 4.0.95 - Remove BDB logging configuration and definitely fix issue 4367 - Resolve issue 4523 - ACI and sub-entry caches not updated on replicas - Update the build factory to warn about generated messages on precommit - Resolve some issues in the Control Panel - Fix an issue with java.properties being ignored by some CLI
---
opends/tests/staf-tests/shared/functions/environment.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/environment.xml b/opends/tests/staf-tests/shared/functions/environment.xml
index 29d5b62..ce4fa87 100755
--- a/opends/tests/staf-tests/shared/functions/environment.xml
+++ b/opends/tests/staf-tests/shared/functions/environment.xml
@@ -211,7 +211,7 @@
newSplitConfig = """REPLICATION_SPLIT_SERVERS = '%s'""" % \
REPLICATION_SPLIT_SERVERS
else:
- newSplitConfig = """'REPLICATION_SPLIT_SERVERS = '%s'""" % \
+ newSplitConfig = """REPLICATION_SPLIT_SERVERS = '%s'""" % \
REPLICATION_SPLIT_SERVERS
oldSplitConfig = newSplitConfig
--
Gitblit v1.10.0