You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/08/07 11:14:38 UTC

[12/12] camel git commit: CAMEL-5958: Fixed test

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 <da...@apache.org>
Authored: Fri Aug 7 11:18:55 2015 +0200
Committer: Claus Ibsen <da...@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>