Expose new multipart tests

This commit is contained in:
Andrew Gaul 2015-01-15 12:44:34 -08:00
parent 64b41d08c6
commit ea9e847f44
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ public class GoogleCloudStorageBlobIntegrationLiveTest extends BaseBlobIntegrati
private long PART_SIZE = MultipartUpload.MIN_PART_SIZE;
@Override
protected long getMinimumMultipartBlobSize() {
return PART_SIZE + 1;
}
public GoogleCloudStorageBlobIntegrationLiveTest() throws IOException {
provider = "google-cloud-storage";
}