should cleanup after test

This commit is contained in:
Adrian Cole 2011-12-19 02:39:07 -08:00
parent 6bac1db9fb
commit 29809d6e09
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ public class EC2ComputeServiceLiveTest extends BaseComputeServiceLiveTest {
}
} finally {
context.getComputeService().destroyNodesMatching(NodePredicates.inGroup(group));
if (context != null)
context.close();
}