> @@ -68,7 +69,13 @@ public void testListAndDescribeVaults() throws Exception {
> assertTrue(vaults.contains(api.describeVault(VAULT_NAME3)));
> }
>
> - @Test(groups = { "integration", "live" }, dependsOnMethods = {
> "testListAndDescribeVaults" })
> + @Test(groups = { "integration", "live" }, dependsOnMethods = {
> "testCreateVault" })
> + public void testListMultipartUploadsWithEmptyList() throws Exception {
> + assertEquals(api.listMultipartUploads(VAULT_NAME1).size(), 0);
> + }
Can we add a live test for an incomplete and a complete MPU or does this
require job control? If the latter can you add a TODO comment?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/22/files#r14057279