From b9c08df9126e201256b33ea2f90ae56a1b1ed808 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 11 Mar 2008 19:23:57 +0000
Subject: [PATCH] Enable all the clu testsuites
---
opends/tests/functional-tests/testcases/clu/clu.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/clu/clu.xml b/opends/tests/functional-tests/testcases/clu/clu.xml
index 09a4ade..f49e9df 100644
--- a/opends/tests/functional-tests/testcases/clu/clu.xml
+++ b/opends/tests/functional-tests/testcases/clu/clu.xml
@@ -50,15 +50,15 @@
<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