Commit ecc5463a authored by Andy Wilkinson's avatar Andy Wilkinson

Allow integration sample to download DSL milestone

parent 4f47f71d
......@@ -164,6 +164,9 @@ public class SampleIntegrationTests {
@Test
public void integrationSample() throws Exception {
// Depends on 1.0.0.M1 of spring-integration-dsl-groovy-core
System.clearProperty("disableSpringSnapshotRepos");
start("samples/integration.groovy");
String output = this.outputCapture.getOutputAndRelease();
assertTrue("Wrong output: " + output, output.contains("Hello, World"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment