Commit 45c61eb9 authored by Andy Wilkinson's avatar Andy Wilkinson

Remove special case for integration sample's milestone dependency

3d714d30 allowed all integration tests to download snapshots and
milestones. The test for the integration sample, which depends upon a
milestone, no longer needs to be a special case.
parent a6a19292
......@@ -118,9 +118,6 @@ public class SampleIntegrationTests {
@Test
public void integrationSample() throws Exception {
// Depends on 1.0.0.M1 of spring-integration-dsl-groovy-core
System.clearProperty("disableSpringSnapshotRepos");
String output = this.cli.run("samples/integration.groovy");
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