Making sure that akka-remote and akka-remote-tests compiles and that tests are green

This commit is contained in:
Viktor Klang 2012-07-21 18:30:14 +02:00
parent 743f9cd8ff
commit f3078263bc
6 changed files with 9 additions and 2 deletions

View file

@ -141,6 +141,7 @@ abstract class Ticket1978CommunicationSpec(val cipherConfig: CipherConfig) exten
}
"support ask" in {
import system.dispatcher
val here = system.actorFor(otherAddress.toString + "/user/echo")
val f = for (i 1 to 1000) yield here ? (("ping", i)) mapTo manifest[((String, Int), ActorRef)]