From bd94b4be5a55d9789bb7a76038d05190b32dfecb Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Thu, 01 Nov 2007 13:40:56 +0000
Subject: [PATCH] Fixed a bug in the stress tests where one test suite could not have the proper library path.

---
 opends/tests/shared/functions/ldap.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/shared/functions/ldap.xml b/opends/tests/shared/functions/ldap.xml
index cc86c7f..ddbde70 100755
--- a/opends/tests/shared/functions/ldap.xml
+++ b/opends/tests/shared/functions/ldap.xml
@@ -2902,6 +2902,7 @@
               'dsInstancePort'         : DIRECTORY_INSTANCE_PORT ,
               'dsInstanceDn'           : DIRECTORY_INSTANCE_DN ,
               'dsInstancePswd'         : DIRECTORY_INSTANCE_PSWD ,
+              'dsPath'                 : dsPath ,
               'DNToModify'             : curr_dn ,
               'attributeName'          : 'description' ,
               'newAttributeValue'      : 'New description for %s' % curr_dn ,

--
Gitblit v1.10.0