java: tiny improvement to async client manager test

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

View File

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