make most AkkaSpec-based tests runnable in Eclipse

This commit is contained in:
Roland 2011-10-21 17:01:22 +02:00
parent d55f02e6c1
commit bb942750aa
50 changed files with 51 additions and 2 deletions

View file

@ -8,6 +8,7 @@ import akka.testkit.AkkaSpec
import akka.actor.DeploymentConfig._
import akka.routing.Routing.Broadcast
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
class ConfiguredLocalRoutingSpec extends AkkaSpec {
"round robin router" must {