You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/06 09:50:05 UTC

[camel] 17/20: CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz - Fixed camel-zookeeper-master test

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

commit 8e4438b96560444f7d406981269a841a44387eb5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 6 11:38:45 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz - Fixed camel-zookeeper-master test
---
 .../component/zookeepermaster/MasterQuartz2EndpointTest-context.xml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-zookeeper-master/src/test/resources/org/apache/camel/component/zookeepermaster/MasterQuartz2EndpointTest-context.xml b/components/camel-zookeeper-master/src/test/resources/org/apache/camel/component/zookeepermaster/MasterQuartz2EndpointTest-context.xml
index 76a7c24..ec6358e 100644
--- a/components/camel-zookeeper-master/src/test/resources/org/apache/camel/component/zookeepermaster/MasterQuartz2EndpointTest-context.xml
+++ b/components/camel-zookeeper-master/src/test/resources/org/apache/camel/component/zookeepermaster/MasterQuartz2EndpointTest-context.xml
@@ -35,7 +35,7 @@
   <camelContext xmlns="http://camel.apache.org/schema/spring" depends-on="curator">
 
     <route>
-      <from uri="zookeeper-master:master-000:quartz2://masterTest?cron=0/2+0/1+*+1/1+*+?+*"/>
+      <from uri="zookeeper-master:master-000:quartz://masterTest?cron=0/2+0/1+*+1/1+*+?+*"/>
 
       <to uri="mock:results"/>
     </route>
@@ -44,4 +44,4 @@
 
   <!-- some other stuff here... -->
 
-</beans>
\ No newline at end of file
+</beans>