corrected test tag

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1496 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-06-29 15:53:48 +00:00
parent 83a2d93459
commit e9ec5109e3
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ import org.jets3t.service.acl.AccessControlList;
import org.jets3t.service.model.S3Bucket;
import org.jets3t.service.model.S3Object;
import org.jets3t.service.security.AWSCredentials;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
@ -90,6 +89,7 @@ public class JCloudsS3ServiceIntegrationTest extends S3IntegrationTest {
public void testJCloudsS3Service() throws S3ServiceException {
service = (credentials != null) ? new JCloudsS3Service(credentials) : new JCloudsS3Service(
new AWSCredentials("foo", "bar"), new StubS3ConnectionModule());
assert service != null;
}
@Test
@ -106,7 +106,6 @@ public class JCloudsS3ServiceIntegrationTest extends S3IntegrationTest {
}
@Test
@AfterSuite
public void testDeleteBucketImpl() throws S3ServiceException, InterruptedException,
ExecutionException, TimeoutException {
String bucketName = getScratchBucketName();