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:
adrian.f.cole 2009-06-27 18:38:48 +00:00
parent 8508c37a3b
commit d41f1fac72
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ public class S3IntegrationTest {
iterator.remove(); iterator.remove();
} }
} }
assertEventuallyBucketEmpty(name);
} }
protected String createScratchBucketInEU() throws InterruptedException, ExecutionException, protected String createScratchBucketInEU() throws InterruptedException, ExecutionException,