fixed test so stub connection will work

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1447 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-06-19 20:05:08 +00:00
parent b11148a974
commit 00b3ccdc7c
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public class S3IntegrationTest {
private static final BlockingQueue<String> bucketNames = new ArrayBlockingQueue<String>(
bucketCount);
@BeforeGroups(dependsOnMethods = { "setUpClient" }, groups = { "live" })
@BeforeGroups(dependsOnMethods = { "setUpClient" }, groups = { "integration", "live" })
public void setUpBuckets(ITestContext context) throws Exception {
synchronized (bucketNames) {
if (bucketNames.peek() == null) {