>  
> -         assertTrue(success);
> +         for (int i=0; i < 12; i++) {
> +            boolean success = queueApi.delete("jclouds-test-" + i);
> +
> +            assertTrue(success);

No need. You have to be able to trust the return code.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/56/files#r7892292

Reply via email to