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:
commit
eb8a3b2c3e
1 changed files with 2 additions and 0 deletions
|
|
@ -343,6 +343,8 @@ class ActorSelectionSpec extends AkkaSpec("akka.loglevel=DEBUG") with DefaultTim
|
||||||
}
|
}
|
||||||
|
|
||||||
"send ActorSelection wildcard targeted to missing actor to deadLetters" in {
|
"send ActorSelection wildcard targeted to missing actor to deadLetters" in {
|
||||||
|
val creator = TestProbe()
|
||||||
|
implicit def self = creator.ref
|
||||||
val top = system.actorOf(p, "top")
|
val top = system.actorOf(p, "top")
|
||||||
top ! Create("child1")
|
top ! Create("child1")
|
||||||
top ! Create("child2")
|
top ! Create("child2")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue