You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/11/19 07:47:48 UTC

svn commit: r1411079 - /camel/branches/camel-2.10.x/camel-core/src/test/resources/org/apache/camel/component/properties/myproperties.properties

Author: bvahdat
Date: Mon Nov 19 06:47:47 2012
New Revision: 1411079

URL: http://svn.apache.org/viewvc?rev=1411079&view=rev
Log:
Added the missing property for TransactedPropertyPlaceholderIssueTest.

Modified:
    camel/branches/camel-2.10.x/camel-core/src/test/resources/org/apache/camel/component/properties/myproperties.properties

Modified: camel/branches/camel-2.10.x/camel-core/src/test/resources/org/apache/camel/component/properties/myproperties.properties
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/camel-core/src/test/resources/org/apache/camel/component/properties/myproperties.properties?rev=1411079&r1=1411078&r2=1411079&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/camel-core/src/test/resources/org/apache/camel/component/properties/myproperties.properties (original)
+++ camel/branches/camel-2.10.x/camel-core/src/test/resources/org/apache/camel/component/properties/myproperties.properties Mon Nov 19 06:47:47 2012
@@ -20,6 +20,7 @@ cool.result=result
 cool.concat=mock:{{cool.result}}
 cool.start=direct:cool
 cool.showid=true
+cool.name=Camel
 
 # circular reference test
 cool.a={{cool.b}}
@@ -31,4 +32,4 @@ cool.mock=mock
 myCoolCharset=iso-8859-1
 slipDelimiter=##
 
-stop=true
\ No newline at end of file
+stop=true