From 24512490c9620f8af46661ac2433dee9f99c289c 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.

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

diff --git a/opends/tests/functional-tests/testcases/runFuncTests.xml b/opends/tests/functional-tests/testcases/runFuncTests.xml
index ec815b0..5c24dd2 100755
--- a/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/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