From 0569ca6686efb88285110866064fa40d98a93a1b 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

---
 opendj-sdk/opends/tests/staf-tests/shared/functions/topology.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/shared/functions/topology.xml b/opendj-sdk/opends/tests/staf-tests/shared/functions/topology.xml
index 05f8bf9..fdd5654 100755
--- a/opendj-sdk/opends/tests/staf-tests/shared/functions/topology.xml
+++ b/opendj-sdk/opends/tests/staf-tests/shared/functions/topology.xml
@@ -2665,7 +2665,8 @@
                                               'dsInstanceDn'    : directoryServer.dn        ,
                                               'dsInstancePswd'  : directoryServer.password  ,
                                               'dsDn'            : ['%s' % server.suffix]    ,
-                                              'expectedRC'      : 'noCheck' }
+                                              'expectedRC'      : 'noCheck'                 ,
+                                              'knownIssue'      : '6917970' }
                     }
                   </call>
                 </sequence>

--
Gitblit v1.10.0