Remove println in test
This commit is contained in:
parent
c7e2f720df
commit
4031518d46
1 changed files with 1 additions and 3 deletions
|
|
@ -201,9 +201,7 @@ akka.actor.deployment {
|
|||
|
||||
"set supplied supervisorStrategy" in {
|
||||
val escalator = OneForOneStrategy() {
|
||||
case e ⇒
|
||||
println("## " + e)
|
||||
testActor ! e; SupervisorStrategy.Escalate
|
||||
case e ⇒ testActor ! e; SupervisorStrategy.Escalate
|
||||
}
|
||||
val router = system.actorOf(Props.empty.withRouter(new RemoteRouterConfig(
|
||||
RoundRobinRouter(1, supervisorStrategy = escalator),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue