Removed unused import and added @Test annotation

This commit is contained in:
Andrei Savu 2012-09-10 22:44:26 +03:00
parent 49bde19fa0
commit 0e8e07ce38
2 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@ public class CloudFilesBlobSignerLiveTest extends SwiftBlobSignerLiveTest {
provider = "cloudfiles";
}
@Test
public void testSignGetUrlWithTime() throws InterruptedException, IOException {
String name = "hello";
String text = "fooooooooooooooooooooooo";

View File

@ -19,7 +19,6 @@
package org.jclouds.openstack.swift.blobstore;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import java.io.IOException;
import java.util.Date;