Moving to s.c.EC and s.c.A, compiles but tests aren't passing

This commit is contained in:
Viktor Klang 2012-06-29 16:40:36 +02:00
parent e62a0eee1c
commit 8ede1f55e9
12 changed files with 28 additions and 20 deletions

View file

@ -8,13 +8,14 @@ import language.postfixOps
import akka.testkit._
import akka.actor._
import com.typesafe.config._
import akka.dispatch.{ Await, Future }
import akka.dispatch.Future
import akka.pattern.ask
import java.io.File
import java.security.{ NoSuchAlgorithmException, SecureRandom, PrivilegedAction, AccessController }
import akka.remote.netty.{ NettySettings, NettySSLSupport }
import javax.net.ssl.SSLException
import akka.util.Timeout
import scala.concurrent.Await
import scala.concurrent.util.duration._
import scala.concurrent.util.Duration
import akka.event.{ Logging, NoLogging, LoggingAdapter }