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
commit15103807d30fe3178c1b39356cd48a9dd1d52fd9 (patch)
treeda25f746c5ddcb6dc147086f609f398396674e74
parentcd1abcaf642b1afa8d8159ed1837d381449df6e2 (diff)
downloadrabbitmq-server-git-15103807d30fe3178c1b39356cd48a9dd1d52fd9.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 35bfc0727f..eca748a951 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,