mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
16.05.2006 34baf8e3cd55c41632207b8ee2cf956430b6e681
remove spurious trace in synchronization stress test
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
@@ -224,10 +224,6 @@
      fail("some messages were lost : expected : " +TOTAL_MESSAGES +
           " received : " + rcvCount);
    }
    System.out.println("Sent " + TOTAL_MESSAGES + " in " +
                       (afterSendTime-startTime)/1000 + "seconds.\n");
    System.out.println("Received " + TOTAL_MESSAGES + " in " +
                       (afterReceiveTime-afterSendTime)/1000 + "seconds.\n");
    }
    finally {