mirror of https://github.com/apache/jclouds.git
fix to ensure bucket is empty before returning it
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1475 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
8508c37a3b
commit
d41f1fac72
|
@ -355,6 +355,7 @@ public class S3IntegrationTest {
|
|||
iterator.remove();
|
||||
}
|
||||
}
|
||||
assertEventuallyBucketEmpty(name);
|
||||
}
|
||||
|
||||
protected String createScratchBucketInEU() throws InterruptedException, ExecutionException,
|
||||
|
|
Loading…
Reference in New Issue