Skip to content

Commit 105b58e

Browse files
author
Tim Watson
committed
cosmetic
1 parent 50bfe48 commit 105b58e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ protected void createResources() throws IOException {
1515

1616
@Override
1717
protected void releaseResources() throws IOException {
18-
// this.channel.queueUnbind(TTL_QUEUE_NAME, TTL_EXCHANGE, TTL_QUEUE_NAME);
19-
// this.channel.queueDelete(TTL_QUEUE_NAME);
2018
super.releaseResources();
2119
}
2220

@@ -61,9 +59,6 @@ public void testTTLMustBePositive() throws Exception {
6159
}
6260

6361
public void testMessagesExpireWhenUsingBasicGet() throws Exception {
64-
// this seems quite timing dependent - would it not be better
65-
// to test this by setting up a DLX and verifying that the
66-
// expired messages have been sent there instead?
6762
publish(MSG[0], 200);
6863
Thread.sleep(1000);
6964

0 commit comments

Comments
 (0)