This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 4364d39 Fixed test after optimize 4364d39 is described below commit 4364d39568b4051d47896dc48509970a38821c52 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Jan 25 23:24:30 2020 +0100 Fixed test after optimize --- .../java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java b/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java index c5069e8..4053c35 100644 --- a/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java +++ b/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java @@ -44,6 +44,7 @@ public class AbstractLocalCamelControllerTest { public AbstractLocalCamelControllerTest() throws Exception { context = new DefaultCamelContext(); context.setNameStrategy(new ExplicitCamelContextNameStrategy("context1")); + context.getInflightRepository().setInflightBrowseEnabled(true); context.addRoutes(new RouteBuilder() { @Override