=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8
This commit is contained in:
parent
85698688e4
commit
179faba453
82 changed files with 651 additions and 643 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue