regression

This commit is contained in:
Adrian Cole 2010-05-20 16:54:36 -07:00
parent 467f815c17
commit b7f1e06cf5
1 changed files with 0 additions and 3 deletions

View File

@ -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")).andReturn(vApp);
expect(computeClient.getPublicAddresses("10")).andReturn(Sets.<InetAddress> newHashSet());
expect(computeClient.getPrivateAddresses("10")).andReturn(
Sets.newHashSet(InetAddress.getLocalHost()));
replay(client);
replay(computeClient);