BAEL-80 - spring integration
(cherry picked from commit b5c7147)
This commit is contained in:
@@ -44,5 +44,17 @@ public final class FileCopyTest {
|
||||
Thread.sleep(5000);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void publish() throws InterruptedException {
|
||||
|
||||
|
||||
final AbstractApplicationContext context =
|
||||
new ClassPathXmlApplicationContext("classpath:META-INF/spring/integration/spring-integration-file-publish-context.xml");
|
||||
|
||||
Thread.sleep(15000);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user