> @@ -343,7 +344,8 @@ public void testCreateTwoNodesWithRunScript() throws
> Exception {
> nodes = newTreeSet(concat(e.getSuccessfulNodes(),
> e.getNodeErrors().keySet()));
> throw e;
> }
> - assertEquals(nodes.size(), 2);
> +
> + assertEquals(nodes.size(), 2, "nodes is " + nodes);`"expected 2 nodes but was: " + nodes`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/154/files#r6591436
