=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
|
|
@ -21,7 +21,7 @@ class TestProbeSpec extends AkkaSpec with DefaultTimeout {
|
|||
tk.expectMsg(0 millis, "hello") // TestActor runs on CallingThreadDispatcher
|
||||
tk.lastMessage.sender ! "world"
|
||||
future should be('completed)
|
||||
Await.result(future, timeout.duration) should equal("world")
|
||||
Await.result(future, timeout.duration) should be("world")
|
||||
}
|
||||
|
||||
"reply to messages" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue