uncommented time-sensitive tests to check server updates

This commit is contained in:
Mark Fisher
2007-12-31 22:24:10 +00:00
parent 8148a01ca6
commit 154683fbc7

View File

@@ -39,7 +39,7 @@ public class FixedRateConsumerTests {
@Test
public void temp() {}
//@Test
@Test
public void testAllSentMessagesAreReceivedWithinTimeLimit() throws Exception {
int messagesToSend = 20;
final AtomicInteger counter = new AtomicInteger(0);
@@ -70,7 +70,7 @@ public class FixedRateConsumerTests {
assertEquals(messagesToSend, counter.get());
}
//@Test
@Test
public void testTimedOutMessagesAreNotReceived() throws Exception {
int messagesToSend = 20;
final AtomicInteger counter = new AtomicInteger(0);