camel-spring-boot - Fixing a bit of the test but it fails seems like some new JARs is needed
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cc812698 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cc812698 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cc812698 Branch: refs/heads/master Commit: cc812698594ef5cb45f1af96e1dce968fae029f0 Parents: 666ca51 Author: Claus Ibsen <[email protected]> Authored: Thu Feb 5 15:05:38 2015 +0100 Committer: Claus Ibsen <[email protected]> Committed: Thu Feb 5 15:51:24 2015 +0100 ---------------------------------------------------------------------- .../camel/spring/boot/fatjarrouter/StandaloneFatJarRouterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cc812698/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/fatjarrouter/StandaloneFatJarRouterTest.java ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/fatjarrouter/StandaloneFatJarRouterTest.java b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/fatjarrouter/StandaloneFatJarRouterTest.java index 5013538..eb49230 100644 --- a/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/fatjarrouter/StandaloneFatJarRouterTest.java +++ b/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/fatjarrouter/StandaloneFatJarRouterTest.java @@ -33,7 +33,7 @@ public class StandaloneFatJarRouterTest extends Assert { public void shouldStartCamelRoute() throws InterruptedException, IOException { // Given final int port = SocketUtils.findAvailableTcpPort(); - TestFatJarRouter.main("--spring.main.sources=org.apache.camel.spring.boot.fatjarrouter", "--http.port=" + port); + TestFatJarRouter.main("--spring.main.sources=org.apache.camel.spring.boot.FatJarRouter", "--http.port=" + port); await().until(new Callable<Boolean>() { @Override public Boolean call() throws Exception {
