diff --git a/tests/junit/org/jgroups/tests/NAKACK_Test.java b/tests/junit/org/jgroups/tests/NAKACK_Test.java index 509af5236d..71289a9600 100644 --- a/tests/junit/org/jgroups/tests/NAKACK_Test.java +++ b/tests/junit/org/jgroups/tests/NAKACK_Test.java @@ -109,7 +109,7 @@ public void testOobBatch() throws Exception { /** Sends multicast messages on A, the disconnects and reconnects A and sends more messages. B and C should * receive all of A's messages. https://issues.redhat.com/browse/JGRP-2720 */ - public void testRetransmission() throws Exception { + public void testReconnect() throws Exception { NAKACK_Test.MyReceiver r1=new NAKACK_Test.MyReceiver("A"); NAKACK_Test.MyReceiver r2=new NAKACK_Test.MyReceiver("B"); NAKACK_Test.MyReceiver r3=new NAKACK_Test.MyReceiver("C");