corrected assertion

This commit is contained in:
David Ribeiro Alves 2012-07-18 02:42:25 +01:00
parent 4f3de0777f
commit 240f76661c
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ public class NodePoolComputeServiceLiveTest extends BaseComputeServiceLiveTest {
assertTrue(caughtException, "expected an exception to be thrown");
}
@Test(enabled = true, groups = "live", dependsOnMethods = "testRebuildPoolStateFromStore")
@Test(enabled = true, groups = "live", dependsOnMethods = "testIncreasePoolNotAllowed")
public void testGetBackendComputeServiceContext() {
NodePoolComputeServiceContext ctx = context.utils().injector().getInstance(NodePoolComputeServiceContext.class);
assertNotNull(ctx.getBackendContext());