Removed create-as and corresponding ActorRecipe. See #1511

This commit is contained in:
Patrik Nordwall 2012-01-17 14:27:23 +01:00
parent e81791cbb6
commit f01b9486aa
8 changed files with 9 additions and 46 deletions

View file

@ -41,7 +41,6 @@ class RemoteDeployerSpec extends AkkaSpec(RemoteDeployerSpec.deployerConf) {
Deploy(
service,
deployment.get.config,
None,
RoundRobinRouter(3),
RemoteScope(UnparsedSystemAddress(Some("sys"), UnparsedTransportAddress("akka", "wallace", 2552))))))
}