Skip to content

Commit 72d7876

Browse files
author
Alexandru Scvortov
committed
remove useless test
1 parent 8ebf70d commit 72d7876

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,6 @@ public void testDeclareQueueWithRoutingKeyButNoDeadLetterExchange()
8383

8484
}
8585

86-
public void testDeadLetterEmpty() throws Exception {
87-
declareQueue(TEST_QUEUE_NAME, DLX, null, null);
88-
channel.queueBind(TEST_QUEUE_NAME, "amq.direct", "test");
89-
90-
channel.queuePurge(TEST_QUEUE_NAME);
91-
channel.queueDelete(TEST_QUEUE_NAME);
92-
93-
// Nothing was dead-lettered.
94-
consumeN(DLQ, 0, WithResponse.NULL);
95-
}
96-
9786
public void testDeadLetterQueueTTLExpiredMessages() throws Exception {
9887
Map<String, Object> args = new HashMap<String, Object>();
9988
args.put("x-message-ttl", 1000);

0 commit comments

Comments
 (0)