From d8d092bb1260152fb9467ea62b0cc298a98bd9ff Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 11 Mar 2008 19:16:25 +0000
Subject: [PATCH] Add ldifsearch testsuite
---
opends/tests/functional-tests/testcases/clu/clu.xml | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/clu/clu.xml b/opends/tests/functional-tests/testcases/clu/clu.xml
index 7f9f9d8..09a4ade 100644
--- a/opends/tests/functional-tests/testcases/clu/clu.xml
+++ b/opends/tests/functional-tests/testcases/clu/clu.xml
@@ -50,15 +50,16 @@
<script>
testList = []
testList.append(['.','clu_setup'])
- testList.append(['.','clu_ldapsearch_checkoptions'])
- testList.append(['.','clu_ldapsearch_checkbehavior'])
- testList.append(['.','clu_ldapmodify_checkoptions'])
- testList.append(['.','clu_ldapmodify_checkbehavior'])
- testList.append(['.','clu_ldapcompare_checkbehavior'])
- testList.append(['.','clu_ldapdelete_checkbehavior'])
- testList.append(['.','clu_base64_checkbehavior'])
- testList.append(['.','clu_status_checkbehavior'])
- testList.append(['.','clu_ldappasswordmodify_checkbehavior'])
+ #testList.append(['.','clu_ldapsearch_checkoptions'])
+ #testList.append(['.','clu_ldapsearch_checkbehavior'])
+ #testList.append(['.','clu_ldapmodify_checkoptions'])
+ #testList.append(['.','clu_ldapmodify_checkbehavior'])
+ #testList.append(['.','clu_ldapcompare_checkbehavior'])
+ #testList.append(['.','clu_ldapdelete_checkbehavior'])
+ #testList.append(['.','clu_base64_checkbehavior'])
+ #testList.append(['.','clu_status_checkbehavior'])
+ #testList.append(['.','clu_ldappasswordmodify_checkbehavior'])
+ testList.append(['.','clu_ldifsearch_checkbehavior'])
testList.append(['.','clu_cleanup'])
</script>
--
Gitblit v1.10.0