> +      SharedStorage result = 
> sharedStorageApi().detachServer(currentSharedStorage.id(), 
> currentServer.id());
> +
> +      assertNotNull(result);
> +      assertEquals(result.id(), currentSharedStorage.id());
> +   }
> +
> +   @Test(dependsOnMethods = "testDetachServer")
> +   public void testListAccessCredentials() throws InterruptedException {
> +
> +      List<SharedStorageAccess> access = 
> sharedStorageApi().getAccessCredentials();
> +
> +      assertNotNull(access);
> +      assertTrue(access.size() > 0);
> +   }
> +
> +   public void testChangePassword() throws InterruptedException {

Remove the `InterruptedException` from the signature.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/304/files/b4ecd2bdfe26ff68d6dd6c9e03a4de2e3eba3fe2#r72953827

Reply via email to