>     protected String groupId;
>  
> +   @BeforeGroups(groups = { "integration", "live" })
> +   @Override
> +   public void setupContext() {
> +      super.setupContext();
> +      cleanup();

Odd name of a method to call during _setup_? Is this meant to remove any mess 
left by (failed) cleanups of previous runs? In that case, is there a way we can 
uniquify the test data for this test so the chance of a collision with prior 
runs is removed?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6591418

Reply via email to