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;