|
|
@ -164,6 +164,9 @@ public class SampleIntegrationTests {
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void integrationSample() throws Exception {
|
|
|
|
public void integrationSample() throws Exception {
|
|
|
|
|
|
|
|
// Depends on 1.0.0.M1 of spring-integration-dsl-groovy-core
|
|
|
|
|
|
|
|
System.clearProperty("disableSpringSnapshotRepos");
|
|
|
|
|
|
|
|
|
|
|
|
start("samples/integration.groovy");
|
|
|
|
start("samples/integration.groovy");
|
|
|
|
String output = this.outputCapture.getOutputAndRelease();
|
|
|
|
String output = this.outputCapture.getOutputAndRelease();
|
|
|
|
assertTrue("Wrong output: " + output, output.contains("Hello, World"));
|
|
|
|
assertTrue("Wrong output: " + output, output.contains("Hello, World"));
|
|
|
|