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

pgamba
20.12.2009 aa4e15fcb5caf66202e80a5148e7e20a276d7613
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java
@@ -212,7 +212,7 @@
  /**
   * Launcher.
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void ECLReplicationServerTest()
  {
    // Test all types of ops.  
@@ -234,7 +234,7 @@
    ECLIncludeAttributes();replicationServer.clearDb();
  }
  @Test(enabled=true, groups="slow", dependsOnMethods = { "ECLReplicationServerTest"})
  @Test(enabled=false, groups="slow", dependsOnMethods = { "ECLReplicationServerTest"})
  public void ECLReplicationServerFullTest()
  {
    // ***********************************************