> @@ -199,7 +198,7 @@ GoogleCloudStorageObject 
> simpleUpload(@PathParam("bucket") String bucketName, @H
>     @Named("Object:delete")
>     @DELETE
>     @Path("storage/v1/b/{bucket}/o/{object}")
> -   @Fallback(TrueOnNotFoundOr404.class)
> +   @Fallback(FalseOnNotFoundOr404.class)

In all the tests for GCS, the return value of ``deleteObject()`` calls is not 
checked.
So I think the tests should be improved in that regard.
Is that what you meant?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/122/files#r22996584

Reply via email to