mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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:
parent
76ecb91c3d
commit
a97414674c
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user