issue 830: fixed networkConfiguration() private method

This commit is contained in:
Andrea Turli 2012-08-22 18:27:30 +02:00
parent b6c7c51606
commit 22629824aa
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));
Set<Reference> networks = vdc.getAvailableNetworks();
network = lazyGetNetwork();
// Look up the network in the Vdc with the id configured for the tests
Optional<Reference> parentNetwork = tryFind(networks, new Predicate<Reference>() {
@Override