Add previousStatus in MemberRemoved, see #3252

This commit is contained in:
Patrik Nordwall 2013-05-23 11:09:32 +02:00
parent f3f55d4972
commit ee6e80d31a
15 changed files with 39 additions and 42 deletions

View file

@ -48,7 +48,7 @@ abstract class NodeLeavingAndExitingSpec
if (state.members.exists(m m.address == secondAddess && m.status == Exiting))
exitingLatch.countDown()
case MemberExited(m) if m.address == secondAddess exitingLatch.countDown()
case MemberRemoved(m) // not tested here
case _: MemberRemoved // not tested here
}
})), classOf[MemberEvent])