Merge pull request #794 from andreaturli/vmware-test-tool

issue 830: fixed networkConfiguration() private method
This commit is contained in:
Adrian Cole 2012-08-22 15:53:06 -07:00
commit e356ec21c4
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ public abstract class BaseVCloudDirectorApiLiveTest extends BaseContextLiveTest<
assertNotNull(vdc, String.format(ENTITY_NON_NULL, VDC)); assertNotNull(vdc, String.format(ENTITY_NON_NULL, VDC));
Set<Reference> networks = vdc.getAvailableNetworks(); Set<Reference> networks = vdc.getAvailableNetworks();
network = lazyGetNetwork();
// Look up the network in the Vdc with the id configured for the tests // Look up the network in the Vdc with the id configured for the tests
Optional<Reference> parentNetwork = tryFind(networks, new Predicate<Reference>() { Optional<Reference> parentNetwork = tryFind(networks, new Predicate<Reference>() {
@Override @Override