Skip to content

Commit 912c07f

Browse files
author
Matthias Radestock
committed
remove erroneous TODO
the tests are fine as they are
1 parent 9d3718c commit 912c07f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
* primary node is still running. That way we exercise any node-down
4949
* handler code in the server.
5050
*
51-
* TODO: Adjust this test when Queue.Unbind is implemented in the
52-
* server
5351
*/
5452
public class BindingLifecycle extends PersisterRestartBase {
5553

@@ -203,9 +201,7 @@ public void testQueueDelete() throws IOException {
203201

204202
// Nuke the queue and repeat this test, this time you expect
205203
// nothing to get routed.
206-
//
207-
// TODO: When unbind is implemented, use that instead of
208-
// deleting and re-creating the queue
204+
209205
channel.queueDelete(binding.q);
210206
channel.queueDeclare(binding.q, durable);
211207

0 commit comments

Comments
 (0)