Merge pull request #1451 from akka/wip-3366-davyJones-patriknw

davyJones should be sender, see #3366
This commit is contained in:
Patrik Nordwall 2013-05-17 06:34:05 -07:00
commit 818659ecb0

View file

@ -74,7 +74,7 @@ class AkkaSpecSpec extends WordSpec with MustMatchers {
system.eventStream.subscribe(davyJones, classOf[DeadLetter])
val probe = new TestProbe(system)
probe.ref ! 42
probe.ref.tell(42, davyJones)
/*
* this will ensure that the message is actually received, otherwise it
* may happen that the system.stop() suspends the testActor before it had