Adjust cluster tests to not fail when excluded, see 2139

This commit is contained in:
Patrik Nordwall 2012-05-27 19:46:42 +02:00
parent 6993064cde
commit 4786078565
4 changed files with 28 additions and 11 deletions

View file

@ -29,8 +29,8 @@ abstract class NodeStartupSpec extends MultiNodeSpec(NodeStartupMultiJvmSpec) wi
testConductor.enter("after")
}
val firstAddress = node(first).address
val secondAddress = node(second).address
lazy val firstAddress = node(first).address
lazy val secondAddress = node(second).address
"A first cluster node with a 'node-to-join' config set to empty string (singleton cluster)" must {