mirror of https://github.com/apache/jclouds.git
Fixed testGetObjectContentType() in HPCloudObjectStorageClientLiveTest
This commit is contained in:
parent
3cf5c2be23
commit
034fa20d2c
|
@ -44,7 +44,7 @@ public class HPCloudObjectStorageClientLiveTest extends CommonSwiftClientLiveTes
|
|||
|
||||
@Override
|
||||
protected void testGetObjectContentType(SwiftObject getBlob) {
|
||||
assertEquals(getBlob.getInfo().getContentType(), "application/unknown");
|
||||
assertEquals(getBlob.getInfo().getContentType(), "application/x-www-form-urlencoded");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue