Mute expected log messages, see #2010

This commit is contained in:
Patrik Nordwall 2012-10-01 20:08:21 +02:00
parent 756f31c7b9
commit 8476b2195c
20 changed files with 119 additions and 49 deletions

View file

@ -56,6 +56,7 @@ abstract class NodeLeavingAndExitingSpec
exitingLatch.countDown()
case MemberLeft(m) if m.address == secondAddess leavingLatch.countDown()
case MemberExited(m) if m.address == secondAddess exitingLatch.countDown()
case MemberRemoved(m) // not tested here
}
})), classOf[MemberEvent])