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

Jean-Noel Rouvignac
05.11.2013 899debbbcc29f4233efceab492789ceff0097b39
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -1001,7 +1001,7 @@
            + ex.getClass().getName() + " : " + ex.getMessage());
      }
      if (replMsg.equals(msgType.getClass()))
      if (replMsg.getClass().equals(msgType))
      {
        // Ok, got it, let's return the expected message
        return (T) replMsg;