Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jul 31, 2023
1 parent 827504c commit 892528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/junit/org/jgroups/tests/NAKACK_Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 892528b

Please sign in to comment.