Allow integration sample to download DSL milestone
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user