This commit is contained in:
Simon MacMullen 2014-01-30 15:08:05 +00:00
parent 523a938917
commit 9e29aa67ea
1 changed files with 2 additions and 2 deletions

View File

@ -396,8 +396,8 @@ binding_propagation_test() ->
Q2 = bind_queue(Bugs, <<"x">>, <<"bugs">>),
Q3 = bind_queue(Jessica, <<"x">>, <<"jessica">>),
await_bindings(?DYLAN, <<"x">>, [<<"jessica">>, <<"jessica">>,
<<"bugs">>, <<"dylan">>]),
await_binding( ?DYLAN, <<"x">>, <<"jessica">>, 2),
await_bindings(?DYLAN, <<"x">>, [<<"bugs">>, <<"dylan">>]),
await_bindings(?BUGS, <<"x">>, [<<"jessica">>, <<"bugs">>]),
await_bindings(?JESSICA, <<"x">>, [<<"dylan">>, <<"jessica">>]),