summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-20 16:56:24 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-20 16:56:24 +0000
commit88f30c4f8bc5aa21273e83c4abe42521a8cf5db4 (patch)
tree93409382a9ae3cbdcfc1d432c892c16093308460
parent373b4d22fa8f712c96baed35af9805c8f5e097f2 (diff)
downloadrabbitmq-server-88f30c4f8bc5aa21273e83c4abe42521a8cf5db4.tar.gz
typeoish
-rw-r--r--src/rabbit_tests.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 4f7a1e0c..9de46367 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1258,9 +1258,9 @@ test_delegates_sync(SecondaryNode) ->
Bad = lists:usort(BadResPids),
MagicalPids = [rabbit_misc:string_to_pid(Str) ||
- Str <- ["<nohost.1.0>", "<nohost.2.0>"]],
+ Str <- ["<nonode.1.0>", "<nonode.2.0>"]],
{[], BadNodes} = delegate:invoke(MagicalPids, Sender),
- true = lists:all(fun ({_, {exit, {nodedown, nohost}, []}}) -> true end,
+ true = lists:all(fun ({_, {exit, {nodedown, nonode}, []}}) -> true end,
BadNodes),
BadNodesPids = [Pid || {Pid, _} <- BadNodes],