> @@ -163,7 +165,8 @@ public void testGetState() {
> GroupApi groupApi = api.getGroupApiForZone(zone);
> String groupId = created.get(zone).get(0).getId();
> GroupState testGroup = groupApi.getState(groupId);
> - assertEquals(testGroup.getId(), groupId);
> + assertNull(testGroup.getId()); // The id recently changed to not be
> included when getting state.
> + // assertEquals(testGroup.getId(), groupId);
Remove commented-out test?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/39/files#r7361086