This is an automated email from the ASF dual-hosted git repository. acosentino 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 4d9a805 Camel-Fop: Polished 4d9a805 is described below commit 4d9a8050504ced0e01dadb2af96a307943f0a41d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 28 16:25:07 2019 +0100 Camel-Fop: Polished --- .../test/java/org/apache/camel/component/fop/FopComponentTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-fop/src/test/java/org/apache/camel/component/fop/FopComponentTest.java b/components/camel-fop/src/test/java/org/apache/camel/component/fop/FopComponentTest.java index c653141..d2dc7b3f 100644 --- a/components/camel-fop/src/test/java/org/apache/camel/component/fop/FopComponentTest.java +++ b/components/camel-fop/src/test/java/org/apache/camel/component/fop/FopComponentTest.java @@ -32,10 +32,10 @@ import org.junit.Test; public class FopComponentTest extends CamelTestSupport { - @EndpointInject(uri = "mock:result") + @EndpointInject("mock:result") protected MockEndpoint resultEndpoint; - @Produce(uri = "direct:start") + @Produce("direct:start") protected ProducerTemplate template; private boolean canTest = true;