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 10b0fcc Added test for testing: https://github.com/camel-tooling/camel-idea-plugin/issues/435 10b0fcc is described below commit 10b0fccb66421fd69d4d7ffa1a6c4ce57cf5cf96 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed May 23 16:15:18 2018 +0200 Added test for testing: https://github.com/camel-tooling/camel-idea-plugin/issues/435 --- .../src/test/java/org/apache/camel/catalog/CamelCatalogTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platforms/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java b/platforms/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java index bd77675..23b91a1 100644 --- a/platforms/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java +++ b/platforms/camel-catalog/src/test/java/org/apache/camel/catalog/CamelCatalogTest.java @@ -581,6 +581,10 @@ public class CamelCatalogTest { assertTrue(result.isSuccess()); result = catalog.validateEndpointProperties("activemq:temp-queue:cheese?jmsMessageType=Bytes", false, false, true); assertTrue(result.isSuccess()); + + // connection factory + result = catalog.validateEndpointProperties("activemq:Consumer.Baz.VirtualTopic.FooRequest?connectionFactory=#pooledJmsConnectionFactory"); + assertTrue(result.isSuccess()); } @Test -- To stop receiving notification emails like this one, please contact davscl...@apache.org.