Fixed broken tests: RoundRobin2Replicas and RoundRobin3Replicas

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
Jonas Bonér 2011-08-18 17:16:25 +02:00
parent ea95588a50
commit ea92c552d3
5 changed files with 44 additions and 44 deletions

View file

@ -531,8 +531,6 @@ class DefaultClusterNode private[akka] (
}
private[cluster] def publish(change: ChangeNotification) {
println("=============================================================== PUBLISH")
println("=======>>> change: " + change)
changeListeners.iterator.foreach(_.notify(change, this))
}