Fixed broken tests: NewLeaderChangeListenerMultiJvmSpec and ReplicationTransactionLogWriteThroughNoSnapshotMultiJvmSpec.

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
Jonas Bonér 2011-08-18 15:53:08 +02:00
parent 67e0c59982
commit ea95588a50
4 changed files with 14 additions and 15 deletions

View file

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