> @@ -150,12 +160,11 @@ public void testExtendedOptionsAndLogin() throws
> Exception {
> assertEquals(instance.getKeyName(), group);
>
> // make sure we made our dummy group and also let in the user's
> group
> - assertEquals(Sets.newTreeSet(instance.getGroupNames()),
> ImmutableSortedSet.<String> of("jclouds#" + group + "#"
> - + instance.getRegion(), group));
> + assertEquals(Sets.newTreeSet(instance.getGroupNames()),
> ImmutableSortedSet.<String> of("jclouds#" + group, group));
`ImmutableSortedSet.copyOf(...)` instead of `Sets.newTreeSet`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6591342