Skip to content

Commit

Permalink
Merge branch '4.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
rohityadavcloud committed Dec 6, 2016
2 parents f82873e + 8d506a6 commit 08a5ef7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,5 @@ public void testMultithreadedPoolClients() throws Exception {
totalRegistrations += client.count();
}
Mockito.verify(vmwareContextPool, Mockito.atLeast(totalRegistrations)).registerContext(Mockito.any(VmwareContext.class));
Assert.assertEquals(vmwareContextPool.composePoolKey(vmwareAddress, vmwareUsername),
vmwareContextPool.getContext(vmwareAddress, vmwareUsername).getPoolKey());
}
}

0 comments on commit 08a5ef7

Please sign in to comment.