From 8848a429a55ab12eaa207eecdcc9b3baede1722f Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 04 Jan 2008 10:57:32 +0000
Subject: [PATCH] Enable yet another unit test
---
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 4593095..6065dc1 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
@@ -1538,7 +1538,7 @@
* [Issue 798] break infinite loop when problems with naming resolution
* conflict.
*/
- @Test(enabled=false)
+ @Test(enabled=true)
public void infiniteReplayLoop() throws Exception
{
logError(Message.raw(Category.SYNC, Severity.INFORMATION,
--
Gitblit v1.10.0