> @@ -123,6 +123,18 @@ public void testCopyObject() throws Exception {
> public void testList() throws Exception {
> for (String regionId : regions) {
> ObjectApi objectApi = api.objectApiInRegionForContainer(regionId,
> containerName);
> + ObjectList response = objectApi.list();
> + assertEquals(response.getContainer(),
> api.containerApiInRegion(regionId).get(containerName));
> + assertNotNull(response);
Don't need this assertion?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/89/files#r11227400