From 0cbf534bfd32caa0cc37fea0cd9c7a38d666844f Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Mon, 12 Mar 2012 19:54:03 +0000
Subject: [PATCH] Enable password policy functional tests

---
 opendj-sdk/opends/tests/staf-tests/shared/ant/build.properties                                    |    2 +-
 opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/password_policy/password_policy.xml |   18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/password_policy/password_policy.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/password_policy/password_policy.xml
index e7bfdae..2f4b19c 100644
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/password_policy/password_policy.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/password_policy/password_policy.xml
@@ -51,15 +51,15 @@
 
             <script>
               suiteList = []
-              #suiteList.append('max_pwd_age')
-              #suiteList.append('force_pwd_change')
-              #suiteList.append('grace_login')
-              #suiteList.append('last_login')
-              #suiteList.append('lockout')
-              #suiteList.append('min_pwd_age')
-              #suiteList.append('non_default')
-              #suiteList.append('preencoded_pwds')
-              #suiteList.append('allow_user_password_changes')
+              suiteList.append('max_pwd_age')
+              suiteList.append('force_pwd_change')
+              suiteList.append('grace_login')
+              suiteList.append('last_login')
+              suiteList.append('lockout')
+              suiteList.append('min_pwd_age')
+              suiteList.append('non_default')
+              suiteList.append('preencoded_pwds')
+              suiteList.append('allow_user_password_changes')
               suiteList.append('root_policy')
             </script>
     
diff --git a/opendj-sdk/opends/tests/staf-tests/shared/ant/build.properties b/opendj-sdk/opends/tests/staf-tests/shared/ant/build.properties
index 0cc5b22..b4c9f62 100644
--- a/opendj-sdk/opends/tests/staf-tests/shared/ant/build.properties
+++ b/opendj-sdk/opends/tests/staf-tests/shared/ant/build.properties
@@ -112,7 +112,7 @@
 ldclt.dir=
 temp.dir=/tmp
 test.plan.custom=
-test.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,plugins,privileges,pta,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read
+test.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,password_policy,plugins,privileges,pta,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read
 test.plan.stress.default=import_ldif,operations,replication
 verbose.mode=false
 

--
Gitblit v1.10.0