The test implicitly relied on a loss of a message

This commit is contained in:
Endre Sándor Varga 2013-04-12 15:52:39 +02:00
parent d5a658f433
commit 35f2255e64

View file

@ -408,7 +408,6 @@ class SupervisorSpec extends AkkaSpec with BeforeAndAfterEach with ImplicitSende
val latch = TestLatch()
parent ! latch
parent ! "testchild"
EventFilter[IllegalStateException]("OHNOES", occurrences = 1) intercept {
latch.countDown()
}