> @@ -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)

Is the current ``master`` GCS test suite supposed to pass? I'm having a few 
errors, in particular in ``ObjectApiLiveTest`` (the class I'm working on).

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

Reply via email to