uncommented time-sensitive tests to check server updates

This commit is contained in:
Mark Fisher
2007-12-31 18:22:49 +00:00
parent 228250a977
commit 8148a01ca6

View File

@@ -40,7 +40,7 @@ public class FixedDelayConsumerTests {
// stub method until others can be uncommented
}
//@Test
@Test
public void testAllSentMessagesAreReceivedWithinTimeLimit() throws Exception {
int messagesToSend = 20;
final AtomicInteger counter = new AtomicInteger(0);
@@ -74,7 +74,7 @@ public class FixedDelayConsumerTests {
assertEquals(messagesToSend, counter.get());
}
//@Test
@Test
public void testTimedOutMessagesAreNotReceived() throws Exception {
int messagesToSend = 20;
final AtomicInteger counter = new AtomicInteger(0);