Bringing UnreachableNodeRejoinsClusterSpec up to speed with master

This commit is contained in:
Björn Antonsson 2012-06-27 13:54:43 +02:00
parent dd042e3573
commit db1175e1f3
2 changed files with 19 additions and 20 deletions

View file

@ -203,10 +203,6 @@ trait MultiNodeClusterSpec extends FailureDetectorStrategy with Suite { self: Mu
nodesInCluster.sorted.head
}
def clusterSortedRoles(nodesInCluster: Seq[RoleName]): Seq[RoleName] = {
nodesInCluster.sorted
}
/**
* Sort the roles in the order used by the cluster.
*/