fixed test case relating to login_port change

This commit is contained in:
Adrian Cole 2011-08-20 12:47:57 -07:00
parent 3621b0e8c7
commit 266cd9cb95
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class BYONComputeServiceTest {
Location maryland = zoneCalled("maryland", providerLocation);
assertEquals(context.getComputeService().listNodes(), ImmutableSet.of(expectedNodeMetadataFromResource(1,
endpoint, virginia), expectedNodeMetadataFromResource(2, endpoint, maryland)));
endpoint, virginia), expectedNodeMetadataFromResource(2, endpoint, maryland, 2022)));
assertEquals(context.getComputeService().listAssignableLocations(), ImmutableSet.of(virginia, maryland));
} finally {