Merge pull request #1981 from akka/wip-3857-failed-actorselectionspec-ban

=act #3857 Ensure that only relevant test messages go to dead letters
This commit is contained in:
Björn Antonsson 2014-02-04 01:21:24 -08:00
commit eb8a3b2c3e

View file

@ -343,6 +343,8 @@ class ActorSelectionSpec extends AkkaSpec("akka.loglevel=DEBUG") with DefaultTim
}
"send ActorSelection wildcard targeted to missing actor to deadLetters" in {
val creator = TestProbe()
implicit def self = creator.ref
val top = system.actorOf(p, "top")
top ! Create("child1")
top ! Create("child2")