You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/09/08 17:31:29 UTC

svn commit: r1382320 - /camel/branches/camel-2.9.x/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml

Author: cmueller
Date: Sat Sep  8 15:31:29 2012
New Revision: 1382320

URL: http://svn.apache.org/viewvc?rev=1382320&view=rev
Log:
fixed a unit test which fails randomly

Modified:
    camel/branches/camel-2.9.x/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml

Modified: camel/branches/camel-2.9.x/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml?rev=1382320&r1=1382319&r2=1382320&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-jdbc/src/test/resources/org/apache/camel/component/jdbc/camelContext.xml Sat Sep  8 15:31:29 2012
@@ -27,7 +27,7 @@
   <!-- START SNIPPET: example -->  
   <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
     <route>
-       <from uri="timer://kickoff?period=10000"/>
+       <from uri="timer://kickoff?delay=100&amp;period=10000"/>
        <setBody>
          <constant>select * from customer</constant>
        </setBody>