Add noop test to avoid Maven surefire failure

This commit is contained in:
Chris Beams
2010-11-26 11:26:24 -07:00
parent c8a24acfc6
commit 8fcd2bc858

View File

@@ -27,6 +27,8 @@ import org.springframework.integration.twitter.core.TwitterOperations;
*/
public class TestReceivingMessageSourceParserTests {
@org.junit.Test public void test() { }
// NO LONGER RELEVANT...
// @Test