mirror of https://github.com/apache/jclouds.git
corrected test tag
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1496 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
83a2d93459
commit
e9ec5109e3
|
@ -53,7 +53,6 @@ import org.jets3t.service.acl.AccessControlList;
|
||||||
import org.jets3t.service.model.S3Bucket;
|
import org.jets3t.service.model.S3Bucket;
|
||||||
import org.jets3t.service.model.S3Object;
|
import org.jets3t.service.model.S3Object;
|
||||||
import org.jets3t.service.security.AWSCredentials;
|
import org.jets3t.service.security.AWSCredentials;
|
||||||
import org.testng.annotations.AfterSuite;
|
|
||||||
import org.testng.annotations.BeforeMethod;
|
import org.testng.annotations.BeforeMethod;
|
||||||
import org.testng.annotations.Test;
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
|
@ -90,6 +89,7 @@ public class JCloudsS3ServiceIntegrationTest extends S3IntegrationTest {
|
||||||
public void testJCloudsS3Service() throws S3ServiceException {
|
public void testJCloudsS3Service() throws S3ServiceException {
|
||||||
service = (credentials != null) ? new JCloudsS3Service(credentials) : new JCloudsS3Service(
|
service = (credentials != null) ? new JCloudsS3Service(credentials) : new JCloudsS3Service(
|
||||||
new AWSCredentials("foo", "bar"), new StubS3ConnectionModule());
|
new AWSCredentials("foo", "bar"), new StubS3ConnectionModule());
|
||||||
|
assert service != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -106,7 +106,6 @@ public class JCloudsS3ServiceIntegrationTest extends S3IntegrationTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@AfterSuite
|
|
||||||
public void testDeleteBucketImpl() throws S3ServiceException, InterruptedException,
|
public void testDeleteBucketImpl() throws S3ServiceException, InterruptedException,
|
||||||
ExecutionException, TimeoutException {
|
ExecutionException, TimeoutException {
|
||||||
String bucketName = getScratchBucketName();
|
String bucketName = getScratchBucketName();
|
||||||
|
|
Loading…
Reference in New Issue