java: tiny improvement to async client manager test, for real this time

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@996329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bryan Duxbury 2010-09-12 15:31:50 +00:00
parent a97414674c
commit a4c6d64e80

View File

@ -286,7 +286,7 @@ public class TestTAsyncClientManager extends TestCase {
for (JankyRunnable runnable : runnables) {
numSuccesses += runnable.getNumSuccesses();
}
assertEquals(numSuccesses, numThreads * numCallsPerThread);
assertEquals(numThreads * numCallsPerThread, numSuccesses);
// check that timeouts work
assertFalse(s.isStopped());