Fixing ActorModelSpec for CallingThreadDispatcher

This commit is contained in:
Viktor Klang 2011-10-28 16:00:06 +02:00
parent df27942402
commit 5d4ef80618
3 changed files with 8 additions and 19 deletions

View file

@ -41,7 +41,7 @@ class RemoteActorRefProvider(val app: AkkaApplication) extends ActorRefProvider
private val remoteDaemonConnectionManager = new RemoteConnectionManager(app, remote)
private[akka] def theOneWhoWalksTheBubblesOfSpaceTime: ActorRef = local.theOneWhoWalksTheBubblesOfSpaceTime
private[akka] def terminationFuture = new DefaultPromise[AkkaApplication.ExitStatus](Timeout.never)(app.dispatcher)
private[akka] def terminationFuture = local.terminationFuture
def defaultDispatcher = app.dispatcher
def defaultTimeout = app.AkkaConfig.ActorTimeout