Added acknowledged delivery of system messages

This commit is contained in:
Endre Sándor Varga 2013-03-27 17:47:56 +01:00 committed by Endre Sándor Varga
parent 489c00b913
commit 2b0a27be9e
29 changed files with 4750 additions and 2768 deletions

View file

@ -214,7 +214,7 @@ class RemotingSpec extends AkkaSpec(RemotingSpec.cfg) with ImplicitSender with D
"send error message for wrong address" in {
filterEvents(EventFilter.error(start = "AssociationError", occurrences = 1),
EventFilter.warning(pattern = ".*dead letter.*echo.*", occurrences = 1)) {
EventFilter.error(pattern = "Address is now quarantined", occurrences = 1)) {
system.actorFor("akka.test://nonexistingsystem@localhost:12346/user/echo") ! "ping"
}
}