diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-09-26 18:12:03 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-09-26 18:12:03 +0100 |
| commit | ca84c4068b51e6417cbe488e63b7bcc0432a8cdc (patch) | |
| tree | 6ae316a41bd50da2c9e4f0d3b9c3b5f4f4ec83eb | |
| parent | a02a11aeaded8132d8ded2d070e2851071166efe (diff) | |
| download | rabbitmq-server-git-ca84c4068b51e6417cbe488e63b7bcc0432a8cdc.tar.gz | |
I put that on the wrong branch. And it's obsolete now anyway.
| -rw-r--r-- | src/rabbit_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 64007992c4..08535e7d43 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -2142,7 +2142,7 @@ variable_queue_publish(IsPersistent, Count, PropFun, VQ) -> true -> 2; false -> 1 end}, <<>>), - PropFun(N, #message_properties{}), self(), false, VQN) + PropFun(N, #message_properties{}), self(), VQN) end, VQ, lists:seq(1, Count)). variable_queue_fetch(Count, IsPersistent, IsDelivered, Len, VQ) -> |
