From dc3db9a969eccac31c4f1f5aa3e0cefbca632189 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 04 Jan 2008 10:24:16 +0000
Subject: [PATCH] Enable back some test that were disabled

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java
index 58395af..4593095 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java
@@ -1253,7 +1253,7 @@
   /**
    * Tests done using directly the ReplicationBroker interface.
    */
-  @Test(enabled=false, dataProvider="assured")
+  @Test(enabled=true, dataProvider="assured")
   public void updateOperations(boolean assured) throws Exception
   {
     logError(Message.raw(

--
Gitblit v1.10.0