mirror of
https://github.com/apache/jclouds.git
synced 2025-02-28 21:39:09 +00:00
JCLOUDS-183: Enable Azure testGetIfModifiedSince
Also comment on why we skip other tests.
This commit is contained in:
parent
1e289b22d3
commit
ac0e5c2439
@ -43,14 +43,11 @@ public class AzureBlobIntegrationLiveTest extends BaseBlobIntegrationTest {
|
||||
public AzureBlobIntegrationLiveTest() {
|
||||
provider = "azureblob";
|
||||
}
|
||||
|
||||
// TODO: Azure response has a quoted ETag but request requires unquoted ETag
|
||||
@Override
|
||||
public void testGetIfMatch() throws InterruptedException {
|
||||
// this currently fails
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testGetIfModifiedSince() throws InterruptedException {
|
||||
// this currently fails!
|
||||
throw new SkipException("not yet implemented");
|
||||
}
|
||||
|
||||
public void testCreateBlobWithExpiry() throws InterruptedException {
|
||||
@ -58,9 +55,9 @@ public class AzureBlobIntegrationLiveTest extends BaseBlobIntegrationTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Test(expectedExceptions = IllegalArgumentException.class)
|
||||
@Test
|
||||
public void testPutObjectStream() throws InterruptedException, IOException, ExecutionException {
|
||||
super.testPutObjectStream();
|
||||
throw new SkipException("Azure requires a Content-Length");
|
||||
}
|
||||
|
||||
@Test(groups = { "integration", "live" })
|
||||
|
Loading…
x
Reference in New Issue
Block a user