Added stub method so that tests don't fail with commented-out methods only.

This commit is contained in:
Mark Fisher
2007-12-28 03:33:09 +00:00
parent e50d45322c
commit bad2314095

View File

@@ -35,6 +35,11 @@ import org.springframework.integration.message.GenericMessage;
*/
public class FixedDelayConsumerTests {
@Test
public void temp() {
// stub method until others can be uncommented
}
//@Test
public void testAllSentMessagesAreReceivedWithinTimeLimit() throws Exception {
int messagesToSend = 20;