mirror of https://github.com/apache/jclouds.git
fixed broken mock test
This commit is contained in:
parent
10af8cdae8
commit
8a3280467c
|
@ -109,7 +109,6 @@ public class VCloudComputeServiceContextModuleTest {
|
||||||
expect(computeClient.getPrivateAddresses("10")).andReturn(
|
expect(computeClient.getPrivateAddresses("10")).andReturn(
|
||||||
Sets.newHashSet(InetAddress.getLocalHost()));
|
Sets.newHashSet(InetAddress.getLocalHost()));
|
||||||
|
|
||||||
replay(getExtra);
|
|
||||||
replay(client);
|
replay(client);
|
||||||
replay(computeClient);
|
replay(computeClient);
|
||||||
|
|
||||||
|
@ -124,7 +123,6 @@ public class VCloudComputeServiceContextModuleTest {
|
||||||
|
|
||||||
strategy.addVAppToSetRetryingIfNotYetPresent(nodes, vdc, resource);
|
strategy.addVAppToSetRetryingIfNotYetPresent(nodes, vdc, resource);
|
||||||
|
|
||||||
verify(getExtra);
|
|
||||||
verify(client);
|
verify(client);
|
||||||
verify(computeClient);
|
verify(computeClient);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue