Skip to content

Commit 5386c84

Browse files
author
Simon MacMullen
committed
We, ah, already test this case elsewhere.
1 parent 4170b5e commit 5386c84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ protected void releaseResources() throws IOException {
3434
channel.exchangeDelete(DLX);
3535
}
3636

37-
public void testDeclareQueueWithNoDeadLetterExchange()
38-
throws IOException
39-
{
40-
channel.queueDeclare(TEST_QUEUE_NAME, false, true, false, null);
41-
}
42-
4337
public void testDeclareQueueWithExistingDeadLetterExchange()
4438
throws IOException
4539
{

0 commit comments

Comments
 (0)