From ea9da534847c609d20e31be9771c8a8621cf2d08 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Fri, 14 Mar 2008 14:16:37 +0000
Subject: [PATCH] Add testsuite for make-ldif, list-backends and encode-password tools

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

diff --git a/opends/tests/functional-tests/testcases/clu/clu.xml b/opends/tests/functional-tests/testcases/clu/clu.xml
index 6237020..184890d 100644
--- a/opends/tests/functional-tests/testcases/clu/clu.xml
+++ b/opends/tests/functional-tests/testcases/clu/clu.xml
@@ -61,7 +61,10 @@
             testList.append(['.','clu_ldappasswordmodify_checkbehavior'])
             testList.append(['.','clu_ldifsearch_checkbehavior'])
             testList.append(['.','clu_verify-index_checkbehavior'])
-            testList.append(['.','clu_rebuild-index_checkbehavior'])            
+            testList.append(['.','clu_rebuild-index_checkbehavior'])
+            testList.append(['.','clu_encode-password_checkbehavior'])
+            testList.append(['.','clu_make-ldif_checkbehavior'])
+            testList.append(['.','clu_list-backends_checkbehavior'])
             testList.append(['.','clu_cleanup'])
           </script>
           

--
Gitblit v1.10.0