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 { } finally {
context.getComputeService().destroyNodesMatching(NodePredicates.inGroup(group));
if (context != null) if (context != null)
context.close(); context.close();
} }