Changes to make 'mvn clean test' succeed, add .springBean configuration where missing.
This commit is contained in:
@@ -15,8 +15,8 @@ import org.springframework.integration.core.MessageHandler;
|
||||
* @author Oleg Zhurakousky
|
||||
*
|
||||
*/
|
||||
public class GmailInboundImapIdleAdapterTest {
|
||||
private static Logger logger = Logger.getLogger(GmailInboundImapIdleAdapterTest.class);
|
||||
public class GmailInboundImapIdleAdapterTestApp {
|
||||
private static Logger logger = Logger.getLogger(GmailInboundImapIdleAdapterTestApp.class);
|
||||
|
||||
|
||||
public static void main (String[] args) throws Exception {
|
||||
@@ -15,9 +15,9 @@ import org.springframework.integration.core.MessageHandler;
|
||||
* @author Oleg Zhurakousky
|
||||
*
|
||||
*/
|
||||
public class GmailInboundPop3AdapterTest {
|
||||
private static Logger logger = Logger.getLogger(GmailInboundPop3AdapterTest.class);
|
||||
public class GmailInboundPop3AdapterTestApp {
|
||||
|
||||
private static Logger logger = Logger.getLogger(GmailInboundPop3AdapterTestApp.class);
|
||||
|
||||
public static void main (String[] args) throws Exception {
|
||||
ApplicationContext ac = new ClassPathXmlApplicationContext("/META-INF/spring/integration/gmail-pop3-config.xml");
|
||||
Reference in New Issue
Block a user