Always removeNode when shutdown, see 2137

This commit is contained in:
Patrik Nordwall 2012-06-04 14:29:32 +02:00
parent 415366e881
commit f30a1a0b1f
6 changed files with 3 additions and 7 deletions

View file

@ -49,7 +49,6 @@ class LeaderDowningNodeThatIsUnreachableSpec
testConductor.enter("all-up")
// kill 'fourth' node
testConductor.removeNode(fourth)
testConductor.shutdown(fourth, 0)
testConductor.enter("down-fourth-node")
@ -89,7 +88,6 @@ class LeaderDowningNodeThatIsUnreachableSpec
testConductor.enter("all-up")
// kill 'second' node
testConductor.removeNode(second)
testConductor.shutdown(second, 0)
testConductor.enter("down-second-node")