From e20d42a41192157c9e8d17a77131a76e796f10ad Mon Sep 17 00:00:00 2001 From: mkeyes <mkeyes@localhost> Date: Mon, 23 Jul 2007 14:28:31 +0000 Subject: [PATCH] In preparation for the refactoring of the Security test suites to use dsconfig, the attached changes are made to the functional test library functions. --- opendj-sdk/opends/tests/functional-tests/config/config.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/tests/functional-tests/config/config.py b/opendj-sdk/opends/tests/functional-tests/config/config.py index 2c499f2..6f4ea0e 100644 --- a/opendj-sdk/opends/tests/functional-tests/config/config.py +++ b/opendj-sdk/opends/tests/functional-tests/config/config.py @@ -28,3 +28,4 @@ LOGS_URI = '' SEND_MAIL_AFTER_TEST_RUN = 'false' SEND_MAIL_TO = '' +DSCONFIG = 'dsconfig' -- Gitblit v1.10.0