Skip to content

Commit

Permalink
removed bad assertion test (it depends on timing)
Browse files Browse the repository at this point in the history
  • Loading branch information
starzia committed Sep 18, 2014
1 parent 000d4b3 commit fa42389
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public void testDefaultParameters() throws IOException {
sink.writeTo(next); // send
sentPayloads.add( new String( next.getMessage().getPayload() ) ); // record
}
assertTrue(sink.getNumOfPendingMessages() > 0);
sink.close();
assertEquals(sink.getNumOfPendingMessages(), 0);
System.out.println(sink.getStat());
Expand Down

0 comments on commit fa42389

Please sign in to comment.