Removing the String-only lookup method and replaced it with Iterable, Iterator and ActorPath

This commit is contained in:
Viktor Klang 2012-04-26 23:59:18 +02:00
parent 4d0c6e17d9
commit 97e8e4880f
5 changed files with 10 additions and 8 deletions

View file

@ -34,7 +34,7 @@ class RemoteDeployerSpec extends AkkaSpec(RemoteDeployerSpec.deployerConf) {
"be able to parse 'akka.actor.deployment._' with specified remote nodes" in {
val service = "/user/service2"
val deployment = system.asInstanceOf[ActorSystemImpl].provider.deployer.lookup(service)
val deployment = system.asInstanceOf[ActorSystemImpl].provider.deployer.lookup(service.split("/"))
deployment must be('defined)
deployment must be(Some(