From 3dfc606bae928e31b629972d0e12a7814bfb78a7 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Tue, 03 Apr 2012 11:42:59 +0000
Subject: [PATCH] Remove old password policy tests from functional test suite
---
opends/tests/staf-tests/functional-tests/testcases/security/security.xml | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/security/security.xml b/opends/tests/staf-tests/functional-tests/testcases/security/security.xml
index bf031f1..5e72c33 100755
--- a/opends/tests/staf-tests/functional-tests/testcases/security/security.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/security/security.xml
@@ -24,7 +24,7 @@
! CDDL HEADER END
!
! Copyright 2006-2009 Sun Microsystems, Inc.
- ! Portions Copyright 2011 ForgeRock AS
+ ! Portions Copyright 2011-2012 ForgeRock AS
! -->
<stax>
<defaultcall function="main_security" />
@@ -57,8 +57,6 @@
suiteList.append(['pkcs12','security_pkcs12'])
suiteList.append(['startTLS','security_startTLS'])
suiteList.append(['sasl','security_sasl'])
- suiteList.append(['pwd_policy','security_pwd_policy'])
- suiteList.append(['pwd_policy_root','security_pwd_policy_root'])
suiteList.append(['auth_pwd_syntax','security_auth_pwd_syntax'])
suiteList.append(['pwd_validator','security_pwd_validator'])
suiteList.append(['pwd_storage','security_pwd_storage'])
@@ -108,4 +106,4 @@
</try>
</sequence>
</function>
-</stax>
\ No newline at end of file
+</stax>
--
Gitblit v1.10.0