summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-21 18:01:47 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-21 18:01:47 +0000
commitea23c42563351e8f80bff443d067d42dec84f812 (patch)
treeda25f746c5ddcb6dc147086f609f398396674e74
parent8efcd699525b71451547e5efd770ab2e0862c65c (diff)
downloadrabbitmq-server-ea23c42563351e8f80bff443d067d42dec84f812.tar.gz
And points for obviously merging things to default without running the tests are awarded to Simon, whilst points for not making the change in the first place and not running the tests are awarded to Matthias. Good jobs.
-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 35bfc072..eca748a9 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -1274,7 +1274,7 @@ test_delegates_sync(SecondaryNode) ->
Bad = lists:usort(BadResPids),
MagicalPids = [rabbit_misc:string_to_pid(Str) ||
- Str <- ["<nonode@nohost.1.0>", "<nonode@nohost.2.0>"]],
+ Str <- ["<nonode@nohost.0.1.0>", "<nonode@nohost.0.2.0>"]],
{[], BadNodes} = delegate:invoke(MagicalPids, Sender),
true = lists:all(
fun ({_, {exit, {nodedown, nonode@nohost}, _Stack}}) -> true end,