mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

mkeyes
01.40.2007 bd94b4be5a55d9789bb7a76038d05190b32dfecb
Fixed a bug in the stress tests where one test suite could not have the proper library path.
2 files modified
2 ■■■■■ changed files
opends/tests/shared/functions/ldap.xml 1 ●●●● patch | view | raw | blame | history
opends/tests/stress-tests/testcases/import_ldif/import_ldif_tasks_bin_attr_with_load.xml 1 ●●●● patch | view | raw | blame | history
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 ,
opends/tests/stress-tests/testcases/import_ldif/import_ldif_tasks_bin_attr_with_load.xml
@@ -198,6 +198,7 @@
                            'dsInstancePort'         : DIRECTORY_INSTANCE_PORT ,
                            'dsInstanceDn'           : DIRECTORY_INSTANCE_DN ,
                            'dsInstancePswd'         : DIRECTORY_INSTANCE_PSWD ,
                            'dsPath'                 : '%s/..' % DIRECTORY_INSTANCE_DIR ,
                            'partialDNToModify'      : 'ou=People,dc=com' ,
                            'attributeName'          : 'description' ,
                            'newAttributeValue'      : 'Modify load forever' ,