> +      assertNotNull(response);
> +      assertEquals(response.getEntity(), "allUsers");
> +      assertEquals(response.getRole(), ObjectRole.OWNER);
> +   }
> +
> +   @Test(groups = "live", dependsOnMethods = "testUpdateDefaultObjectacl")
> +   public void testListDefaultObjectacl() {
> +      ListDefaultObjectAccessControls response = 
> api().listDefaultObjectAccessControls(BUCKET_NAME);
> +
> +      assertNotNull(response);
> +      assertEquals(response.getKind(), Kind.OBJECT_ACCESS_CONTROLS);
> +      assertNotNull(response.getItems());
> +   }
> +
> +   @Test(groups = "live", dependsOnMethods = "testUpdateDefaultObjectacl")
> +   public void testPatchDefaultObjectacl() {

Same comment as for other PRs: race condition with `testGet...` here.

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

Reply via email to