Adding addressTerminated to UntrustedSpec

This commit is contained in:
Viktor Klang 2012-10-05 07:02:54 +02:00
parent 64c2383596
commit 972f669c87

View file

@ -58,7 +58,7 @@ akka.loglevel = DEBUG
}
"discard harmful messages to testActor" in {
target2 ! Terminated(target1)(existenceConfirmed = true)
target2 ! Terminated(target1)(existenceConfirmed = true, addressTerminated = false)
expectMsgType[Logging.Debug]
target2 ! PoisonPill
expectMsgType[Logging.Debug]