> assertTrue(subnetApi.delete(net.getId()));
> }
> assertTrue(networkApi.delete(networkId));
> }
> }
> +
> + private Predicate<Subnet> createPredicate(final String subnetId) {See above comment. And since we're using this in multiple places, move out to a test util class? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/47/files#r7546910
