From b61d5999b3e9eb0c0d2cb760bffa46e5aac37256 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Thu, 29 Nov 2007 19:07:40 +0000
Subject: [PATCH] Replication tests: fixes, enhancements + new encryption testsuite

---
 opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
index 3742db1..577e09f 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
@@ -36,11 +36,14 @@
             envAlreadyLoaded='true'
             CurrentTestPath['group']='replication'
           </script>
-          <call function="'testGroup_Preamble'"/>
-          <iterate  var="_test" in="['totalupdate','binarycopy','ldifimport','resynchronization','basic','schema','failover']">
+          <call function="'testGroup_Preamble'"/>            
+          <iterate  var="_test" 
+                    in="['totalupdate','binarycopy','ldifimport','resynchronization',
+                         'basic','schema','failover','encryption']">
             <sequence>
               <import machine="STAF_LOCAL_HOSTNAME"
-                      file="'%s/testcases/replication/%s/%s.xml' % (TESTS_DIR,_test,_test)"/>
+                      file="'%s/testcases/replication/%s/%s.xml' % 
+                        (TESTS_DIR,_test,_test)"/>
               <call function="'replication_%s'% _test" />
             </sequence>
           </iterate>

--
Gitblit v1.10.0