From 892528b18f179a80382662cd1f080b3b57da12f9 Mon Sep 17 00:00:00 2001 From: Bela Ban Date: Mon, 31 Jul 2023 15:21:36 +0200 Subject: [PATCH] ns --- tests/junit/org/jgroups/tests/NAKACK_Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");