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 2013/01/21 15:58:23 UTC

svn commit: r1436392 - in /camel/branches/camel-2.10.x: ./ camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java

Author: bvahdat
Date: Mon Jan 21 14:58:23 2013
New Revision: 1436392

URL: http://svn.apache.org/viewvc?rev=1436392&view=rev
Log:
Merged revisions 1436389 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1436389 | bvahdat | 2013-01-21 15:56:52 +0100 (Mo, 21 Jan 2013) | 1 line
  
  CAMEL-5983: Avoid the negative-tests to behave as false-positive.
........

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1436389

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java?rev=1436392&r1=1436391&r2=1436392&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java (original)
+++ camel/branches/camel-2.10.x/camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java Mon Jan 21 14:58:23 2013
@@ -40,7 +40,7 @@ public class ExceptionTest extends Conte
         // so that the general purpose dead letter channel will come into the play here and then when all
         // the attempts of redelivery fail the exchange will be moved to "mock:error" and then from the client
         // point of view the exchange is completed.
-        template.requestBody("direct:start", "<body/>");
+        template.sendBody("direct:start", "<body/>");
 
         assertMockEndpointsSatisfied();
     }