> @@ -86,6 +117,45 @@ public void testGet() throws Exception {
>        }
>     }
>  
> +   /**
> +    * By default, this method is disabled due to daily purge limitations of 
> 25 objects per day.
> +    */
> +   @Test(enabled = false)
> +   public void testPurgeObject() throws Exception {
> +      for (String regionId : regions) {
> +         String objectName = "testPurge";
> +         Payload payload = Payloads.newByteSourcePayload(ByteSource.wrap(new 
> byte[]{1,2,3}));

Fixed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/85/files#r11129916

Reply via email to