Skip to content

Commit

Permalink
fix: Camel xml route test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Feb 25, 2020
1 parent 7862e9d commit 568e80f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
@require('org.apache.camel:camel-groovy:@camel.version@')
Feature: Camel xml route

Background:
Given Camel route hello.xml
"""
<route>
<from uri="direct:hello"/>
<filter>
<groovy>request.body.startsWith('Hello')</groovy>
<to uri="log:dev.yaks.testing.camel?level=INFO"/>
</filter>
<to uri="log:dev.yaks.testing.camel?level=INFO"/>
<split>
<tokenize token=" "/>
<to uri="seda:tokens"/>
Expand Down

0 comments on commit 568e80f

Please sign in to comment.