From 7e3280dfd59ea8775d4c20aa85b18044d545435d Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Tue, 05 Dec 2006 20:39:19 +0000
Subject: [PATCH] Added functional tests for Issues 309-310 and 312-314, Password Storage Schemes.

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

diff --git a/opends/tests/functional-tests/testcases/security/security.xml b/opends/tests/functional-tests/testcases/security/security.xml
index 77dbb81..f22a4ca 100755
--- a/opends/tests/functional-tests/testcases/security/security.xml
+++ b/opends/tests/functional-tests/testcases/security/security.xml
@@ -55,6 +55,10 @@
 	<call function="'security_pwd_validator'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+          file="'%s/testcases/security/pwd_storage/security_pwd_storage.xml' % (TESTS_DIR)"/>
+	<call function="'security_pwd_storage'" />
+
+        <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/bind_no_pwd/security_bind_no_pwd.xml' % (TESTS_DIR)"/>
 	<call function="'security_bind_no_pwd'" />
 

--
Gitblit v1.10.0