> @@ -196,4 +190,11 @@ public void testNodeNames() { > TemplateOptions options = nodeNames(nodeNames); > assertTrue(options.getNodeNames().containsAll(nodeNames)); > } > + > + @Test > + public void testNetworks() { > + Set<String> networks = ImmutableSet.of("first-network", > "second-network"); > + TemplateOptions options = networks(networks); > + assertTrue(options.getNetworks().containsAll(networks));
I think this is actually me hitting some weirdness in ordering somewhere and deciding to shortcut it. =) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/246/files#r8712001