mirror of https://github.com/apache/jclouds.git
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:
parent
b11148a974
commit
00b3ccdc7c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue