@demobox, yes I think so.

In AzureBlobBlockUploadStrategyTest, there is a test case that verifies that 
MultipartUploadStrategy.MAX_BLOCK_SIZE is passed to the (mock) 
BasePayloadSlicer as the block size:

https://github.com/burma-shave/jclouds/blob/04decd1a836778537be58b131b85ab2398d29c14/providers/azureblob/src/test/java/org/jclouds/azureblob/blobstore/strategy/AzureBlobBlockUploadStrategyTest.java#L75

There is also a test in BasePayloadSlicerTest that tests that the stream is 
properly chuncked according to the passed in block size:

https://github.com/jclouds/jclouds/blob/master/core/src/test/java/org/jclouds/io/internal/BasePayloadSlicerTest.java#L56-L71

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/620#issuecomment-65017332

Reply via email to