From 7448bc0c1fb2a1cde080f4bf7f9feeb8a45cc5b0 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Thu, 18 Oct 2007 16:45:27 +0000
Subject: [PATCH] Add replication failover testsuite
---
opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml | 2 +-
1 files changed, 1 insertions(+), 1 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 9dcaa0e..7585136 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication.xml
@@ -37,7 +37,7 @@
CurrentTestPath['group']='replication'
</script>
<call function="'testGroup_Preamble'"/>
- <iterate var="_test" in="['totalupdate','binarycopy','ldifimport','resynchronization','basic','schema']">
+ <iterate var="_test" in="['totalupdate','binarycopy','ldifimport','resynchronization','basic','schema','failover']">
<sequence>
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/replication/%s/%s.xml' % (TESTS_DIR,_test,_test)"/>
--
Gitblit v1.10.0