From e55d62c49fb4a2e22f8a40c3d3521c8b64fc538c Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 24 Jan 2008 14:52:33 +0000
Subject: [PATCH] Add tests for ldappasswordmodify utility and new checks for status utility
---
opends/tests/functional-tests/testcases/clu/clu.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/clu/clu.xml b/opends/tests/functional-tests/testcases/clu/clu.xml
index b2ce51f..333476c 100644
--- a/opends/tests/functional-tests/testcases/clu/clu.xml
+++ b/opends/tests/functional-tests/testcases/clu/clu.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Portions Copyright 2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2007-2008 Sun Microsystems, Inc.
! -->
<stax>
@@ -58,6 +58,7 @@
testList.append(['.','clu_ldapdelete_checkbehavior'])
testList.append(['.','clu_base64_checkbehavior'])
testList.append(['.','clu_status_checkbehavior'])
+ testList.append(['.','clu_ldappasswordmodify_checkbehavior'])
testList.append(['.','clu_cleanup'])
</script>
@@ -66,7 +67,7 @@
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/clu/%s/%s.xml' %
- (TESTS_DIR,_test[0],_test[1])"/>
+ (TESTS_DIR,_test[0],_test[1])"/>
<call function="'%s' % _test[1]" />
--
Gitblit v1.10.0