> @@ -86,4 +88,37 @@ public void testUsersByName() {
>        }
>  
>     }
> +   
> +   public void testAddDeleteUser() {

I wrote this as one test because the test for the delete operation requires 
that the add operation succeed, and that we know the ID of the user that was 
created.

We should be able to figure out which operation failed by looking at which 
assert failed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/290/files#r9724443

Reply via email to