Tidying
This commit is contained in:
parent
f70ac3153a
commit
39d05de40f
|
|
@ -144,7 +144,6 @@ user_id_test() ->
|
||||||
|
|
||||||
delete_exchange(Ch, <<"hare.downstream">>),
|
delete_exchange(Ch, <<"hare.downstream">>),
|
||||||
delete_exchange(Ch2, <<"upstream">>),
|
delete_exchange(Ch2, <<"upstream">>),
|
||||||
stop_other_node(?HARE)
|
|
||||||
end, []).
|
end, []).
|
||||||
|
|
||||||
%% In order to test that unbinds get sent we deliberately set up a
|
%% In order to test that unbinds get sent we deliberately set up a
|
||||||
|
|
@ -411,7 +410,6 @@ start_other_node({Name, Port}, Config, PluginsFile) ->
|
||||||
" OTHER_CONFIG=" ++ Config ++
|
" OTHER_CONFIG=" ++ Config ++
|
||||||
" OTHER_PLUGINS=" ++ PluginsFile ++
|
" OTHER_PLUGINS=" ++ PluginsFile ++
|
||||||
" start-other-node ; echo $?"),
|
" start-other-node ; echo $?"),
|
||||||
io:format("startup: ~p~n", [Res]),
|
|
||||||
LastLine = hd(lists:reverse(string:tokens(Res, "\n"))),
|
LastLine = hd(lists:reverse(string:tokens(Res, "\n"))),
|
||||||
?assertEqual("0", LastLine),
|
?assertEqual("0", LastLine),
|
||||||
{ok, Conn} = amqp_connection:start(#amqp_params_network{port = Port}),
|
{ok, Conn} = amqp_connection:start(#amqp_params_network{port = Port}),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue