From 08d7d6bdb1b935dab320b0ec69af8daae3e67c0e Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Tue, 22 Jan 2008 14:05:43 +0000
Subject: [PATCH] Re-enable this test as fix for hang has been committed with revision 3720

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
index 2c25cd3..a744c60 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Portions Copyright 2007 Sun Microsystems, Inc.
+ *      Portions Copyright 2007-2008 Sun Microsystems, Inc.
  */
 package org.opends.server.replication;
 
@@ -44,7 +44,6 @@
 /**
  * Test re-synchronization after after backup/restore and LDIF import.
  */
-@Test(enabled=false)
 public class ReSyncTest extends ReplicationTestCase
 {
  /**
@@ -53,7 +52,7 @@
   * @throws Exception
   *           If the environment could not be set up.
   */
- @BeforeClass(enabled=false)
+ @BeforeClass
   public void setup() throws Exception
   {
    /*
@@ -139,7 +138,7 @@
   /**
    * Test re-synchronization after after backup/restore
    */
-  @Test(enabled=false, groups="slow")
+  @Test(enabled=true, groups="slow")
   public void testResyncAfterRestore() throws Exception
   {
     /*
@@ -183,7 +182,7 @@
   /**
    * Test re-synchronization after after backup/restore
    */
-  @Test(enabled=false, groups="slow")
+  @Test(enabled=true, groups="slow")
   public void testResyncAfterImport() throws Exception
   {
     /*

--
Gitblit v1.10.0