mirror of https://github.com/apache/jclouds.git
regression
This commit is contained in:
parent
467f815c17
commit
b7f1e06cf5
|
@ -108,9 +108,6 @@ public class VCloudComputeServiceContextModuleTest {
|
||||||
expect(client.getVApp("10")).andThrow(new NullPointerException());
|
expect(client.getVApp("10")).andThrow(new NullPointerException());
|
||||||
expect(client.getVApp("10")).andThrow(new NullPointerException());
|
expect(client.getVApp("10")).andThrow(new NullPointerException());
|
||||||
expect(client.getVApp("10")).andReturn(vApp);
|
expect(client.getVApp("10")).andReturn(vApp);
|
||||||
expect(computeClient.getPublicAddresses("10")).andReturn(Sets.<InetAddress> newHashSet());
|
|
||||||
expect(computeClient.getPrivateAddresses("10")).andReturn(
|
|
||||||
Sets.newHashSet(InetAddress.getLocalHost()));
|
|
||||||
|
|
||||||
replay(client);
|
replay(client);
|
||||||
replay(computeClient);
|
replay(computeClient);
|
||||||
|
|
Loading…
Reference in New Issue