CAMEL-5958: Fixed test
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3fc9de75 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3fc9de75 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3fc9de75 Branch: refs/heads/master Commit: 3fc9de75401215f7a712091ec16d5df9dc06da90 Parents: 3be0461 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Aug 7 11:18:55 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Aug 7 11:18:55 2015 +0200 ---------------------------------------------------------------------- .../resources/org/apache/camel/model/routeWithBindyDataFormat.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3fc9de75/camel-core/src/test/resources/org/apache/camel/model/routeWithBindyDataFormat.xml ---------------------------------------------------------------------- diff --git a/camel-core/src/test/resources/org/apache/camel/model/routeWithBindyDataFormat.xml b/camel-core/src/test/resources/org/apache/camel/model/routeWithBindyDataFormat.xml index 7b211b1..b76a831 100644 --- a/camel-core/src/test/resources/org/apache/camel/model/routeWithBindyDataFormat.xml +++ b/camel-core/src/test/resources/org/apache/camel/model/routeWithBindyDataFormat.xml @@ -20,7 +20,7 @@ <from uri="seda:a"/> <pipeline> <marshal> - <bindy bindyTyp="Csv" packages="org.apache.camel"/> + <bindy type="Csv" classType="org.apache.camel.MyFoo"/> </marshal> <to uri="seda:b"/> </pipeline>