mirror of https://github.com/apache/jclouds.git
Removed unused import and added @Test annotation
This commit is contained in:
parent
49bde19fa0
commit
0e8e07ce38
|
@ -40,6 +40,7 @@ public class CloudFilesBlobSignerLiveTest extends SwiftBlobSignerLiveTest {
|
||||||
provider = "cloudfiles";
|
provider = "cloudfiles";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testSignGetUrlWithTime() throws InterruptedException, IOException {
|
public void testSignGetUrlWithTime() throws InterruptedException, IOException {
|
||||||
String name = "hello";
|
String name = "hello";
|
||||||
String text = "fooooooooooooooooooooooo";
|
String text = "fooooooooooooooooooooooo";
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
package org.jclouds.openstack.swift.blobstore;
|
package org.jclouds.openstack.swift.blobstore;
|
||||||
|
|
||||||
import static org.testng.Assert.assertEquals;
|
import static org.testng.Assert.assertEquals;
|
||||||
import static org.testng.Assert.assertFalse;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
Loading…
Reference in New Issue