Removing the String-only lookup method and replaced it with Iterable, Iterator and ActorPath
This commit is contained in:
parent
4d0c6e17d9
commit
97e8e4880f
5 changed files with 10 additions and 8 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue