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

pgamba
02.58.2007 b48ce50fdf4d73e8be3799e3a7c6c2bf9d1b2965
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java
@@ -158,7 +158,7 @@
      ResultCode code = modOp.getResultCode();
      assertTrue(code.equals(ResultCode.SUCCESS),
                 "The original operation failed");
                 "The original operation failed: " + code.getResultCodeName());
      // See if the client has received the msg
      ReplicationMessage msg = broker.receive();
@@ -217,7 +217,7 @@
  public void replaySchemaChange() throws Exception
  {
    logError(Message.raw(Category.SYNC, Severity.NOTICE,
        "Starting replication test : pushSchemaChange "));
        "Starting replication test : replaySchemaChange "));
    final DN baseDn = DN.decode("cn=schema");