Repository: camel Updated Branches: refs/heads/master 3e7b3518c -> f7f506f1f
Add missing spring boot tests Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f7f506f1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f7f506f1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f7f506f1 Branch: refs/heads/master Commit: f7f506f1f355f8d5eca78e7c0d2e85afc9898d55 Parents: 3e7b351 Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Sep 3 11:32:21 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Sep 3 11:32:21 2017 +0200 ---------------------------------------------------------------------- .../test/java/org/apache/camel/itest/springboot/CamelMiloTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f7f506f1/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMiloTest.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMiloTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMiloTest.java index 0acc83b..ff48d3f 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMiloTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMiloTest.java @@ -41,7 +41,7 @@ public class CamelMiloTest extends AbstractSpringBootTestSupport { @Test public void componentTests() throws Exception { this.runComponentTest(config, "milo-client"); - this.runModuleUnitTestsIfEnabled(config); + this.runComponentTest(config, "milo-server"); }