fixed broken mock test

This commit is contained in:
Adrian Cole 2010-04-25 08:00:04 -07:00
parent 10af8cdae8
commit 8a3280467c
1 changed files with 0 additions and 2 deletions

View File

@ -109,7 +109,6 @@ public class VCloudComputeServiceContextModuleTest {
expect(computeClient.getPrivateAddresses("10")).andReturn(
Sets.newHashSet(InetAddress.getLocalHost()));
replay(getExtra);
replay(client);
replay(computeClient);
@ -124,7 +123,6 @@ public class VCloudComputeServiceContextModuleTest {
strategy.addVAppToSetRetryingIfNotYetPresent(nodes, vdc, resource);
verify(getExtra);
verify(client);
verify(computeClient);
}