>
> - assertTrue(success);
> + for (int i=0; i < 12; i++) {
> + boolean success = queueApi.delete("jclouds-test-" + i);
> +
> + assertTrue(success);Add message? And also test whether it's actually gone? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/56/files#r7881724
