Comments and formatting.

This commit is contained in:
Mark Fisher
2007-12-26 22:28:59 +00:00
parent f78cae327d
commit 1989e51580
3 changed files with 36 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ public class FixedRateConsumerTests {
}
latch.await(80, TimeUnit.MILLISECONDS);
int count = counter.get();
assertTrue("received " + count + ", but expected less than 6", count < 6);
assertTrue("received " + count + ", but expected less than 7", count < 7);
assertTrue("received " + count + ", but expected more than 3", count > 3);
}