mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

mrossign
22.05.2008 feea4990f938b024d0199263e4ca95259cc82717
Re-enable this test as fix for hang has been committed with revision 3720
1 files modified
9 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/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
  {
    /*