demobox commented on this pull request.
> @@ -117,6 +118,7 @@ public void
> testDeleteSinglePartObjectWithMultiPartDelete() throws Exception {
assertThat(resp.deleted()).isZero();
assertThat(resp.notFound()).isZero();
assertThat(resp.errors()).hasSize(1);
+ api.getObjectApi(regionId, containerName).delete(objectName);
> but unfortunately other tests here (testreplacemanifest) will fail if it is
> not cleaned up on success.
Thanks for clarifying, Zack!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1038