From 0489c9849ef653e6207e0e186f8f831715c5c79b Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Fri, 13 Oct 2006 18:19:30 +0000
Subject: [PATCH] Added library functions for configuring and unconfiguring SSL and TLS into a new file called security.xml. Modified SSL and startTLS xml test cases to use these library files.

---
 opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml b/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
index ec815b0..5c24dd2 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -49,6 +49,9 @@
       <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/ldap.xml' % (TESTS_FUNCTIONS_DIR)"/>
 
+      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+          file="'%s/security.xml' % (TESTS_FUNCTIONS_DIR)"/>
+
       <script>
           STAXLogMessage = 1
           SRCFILE = '%s/%s' % (ZIPPATH,ZIPNAME)

--
Gitblit v1.10.0