summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-09-26 18:12:03 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-09-26 18:12:03 +0100
commitd09d500f7c32b712a533921b3ea0b2007a946702 (patch)
tree6ae316a41bd50da2c9e4f0d3b9c3b5f4f4ec83eb
parent27f8ce04ae8198c73968001cd31786e69bcacb24 (diff)
downloadrabbitmq-server-bug25145.tar.gz
I put that on the wrong branch. And it's obsolete now anyway.bug25145
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 64007992..08535e7d 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) ->