From 6af001eeb6bc5fea376a40b4e617eaf3658f1947 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 18 Sep 2008 15:54:12 +0000
Subject: [PATCH] Re-enable the replication tests
---
opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
index 6ac1e35..c4f0814 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
@@ -48,16 +48,16 @@
<!-- List of replication test suites to run -->
<script>
testList = []
-# testList.append('totalupdate')
-# testList.append('binarycopy')
-# testList.append('ldifimport')
-# testList.append('resynchronization')
-# testList.append('basic')
-# testList.append('schema')
-# testList.append('failover')
+ testList.append('totalupdate')
+ testList.append('binarycopy')
+ testList.append('ldifimport')
+ testList.append('resynchronization')
+ testList.append('basic')
+ testList.append('schema')
+ testList.append('failover')
testList.append('encryption')
-# testList.append('changelog')
-# testList.append('conflict')
+ testList.append('changelog')
+ testList.append('conflict')
</script>
<iterate var="_test" in="testList" >
--
Gitblit v1.10.0