Skip to content

Commit b3e3418

Browse files
author
Matthias Radestock
committed
merge bug19891 into default
2 parents afc0a2f + 7196c91 commit b3e3418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/com/rabbitmq/examples/TestMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ public void tryBasicReturn() throws IOException {
476476
returnCell = new BlockingCell<Object>();
477477
_ch1.basicPublish(mx, "", true, false, null, "five".getBytes());
478478
drain(1, mq, true);
479+
_ch1.queueDelete(mq, true, true);
479480

480481
log("Completed basic.return testing.");
481482
}

0 commit comments

Comments
 (0)