Skip to content

Commit 2f4372e

Browse files
author
Simon MacMullen
committed
Rename
1 parent 6862d43 commit 2f4372e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/src/com/rabbitmq/client/test/functional/ReplyTo.java renamed to test/src/com/rabbitmq/client/test/functional/DirectReplyTo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import java.io.IOException;
1111

12-
public class ReplyTo extends BrokerTestCase {
12+
public class DirectReplyTo extends BrokerTestCase {
1313
private static final String QUEUE = "amq.rabbitmq.reply-to";
1414

1515
public void testRoundTrip() throws IOException, InterruptedException {

test/src/com/rabbitmq/client/test/functional/FunctionalTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ public static void add(TestSuite suite) {
7878
suite.addTestSuite(ConnectionRecovery.class);
7979
suite.addTestSuite(ExceptionHandling.class);
8080
suite.addTestSuite(PerConsumerPrefetch.class);
81-
suite.addTestSuite(ReplyTo.class);
81+
suite.addTestSuite(DirectReplyTo.class);
8282
}
8383
}

0 commit comments

Comments
 (0)