Mute expected unhandled msg, see #2010

This commit is contained in:
Patrik Nordwall 2012-10-02 11:01:06 +02:00
parent de420ec38a
commit de899ee2df

View file

@ -5,6 +5,7 @@ package akka.actor
import scala.concurrent.util.duration._
import akka.testkit._
import akka.testkit.TestEvent._
import scala.concurrent.Await
import akka.util.Timeout
import akka.pattern.{ ask, AskTimeoutException }
@ -15,6 +16,8 @@ class ActorTimeoutSpec extends AkkaSpec {
val testTimeout = 200.millis.dilated
val leeway = 500.millis.dilated
system.eventStream.publish(Mute(EventFilter.warning(pattern = ".*unhandled message from.*hallo")))
"An Actor-based Future" must {
"use implicitly supplied timeout" in {