=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8

This commit is contained in:
Björn Antonsson 2014-01-31 11:14:13 +01:00
parent 85698688e4
commit 179faba453
82 changed files with 651 additions and 643 deletions

View file

@ -151,7 +151,7 @@ class RemoteRoundRobinSpec extends MultiNodeSpec(RemoteRoundRobinMultiJvmSpec)
enterBarrier("end")
repliesFrom.size should be(7)
val repliesFromAddresses = repliesFrom.map(_.path.address)
repliesFromAddresses should equal(Set(node(first), node(second), node(third)).map(_.address))
repliesFromAddresses should be(Set(node(first), node(second), node(third)).map(_.address))
// shut down the actor before we let the other node(s) shut down so we don't try to send
// "Terminate" to a shut down node