Repository: camel
Updated Branches:
  refs/heads/camel-2.12.x 83e80c5ed -> 42cd9ff54
  refs/heads/master 932f4098f -> 408e59674


Fixed test on CI servers


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/42cd9ff5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/42cd9ff5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/42cd9ff5

Branch: refs/heads/camel-2.12.x
Commit: 42cd9ff54192c2d5cc5f9a983f89388bcde0c127
Parents: 83e80c5
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Mar 11 10:16:06 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Mar 11 10:16:06 2014 +0100

----------------------------------------------------------------------
 .../apache/camel/component/mina2/Mina2NoResponseFromServerTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/42cd9ff5/components/camel-mina2/src/test/java/org/apache/camel/component/mina2/Mina2NoResponseFromServerTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-mina2/src/test/java/org/apache/camel/component/mina2/Mina2NoResponseFromServerTest.java
 
b/components/camel-mina2/src/test/java/org/apache/camel/component/mina2/Mina2NoResponseFromServerTest.java
index 197ddb4..25b82dd 100644
--- 
a/components/camel-mina2/src/test/java/org/apache/camel/component/mina2/Mina2NoResponseFromServerTest.java
+++ 
b/components/camel-mina2/src/test/java/org/apache/camel/component/mina2/Mina2NoResponseFromServerTest.java
@@ -45,7 +45,6 @@ public class Mina2NoResponseFromServerTest extends 
BaseMina2Test {
             fail("Should throw a CamelExchangeException");
         } catch (RuntimeCamelException e) {
             assertIsInstanceOf(CamelExchangeException.class, e.getCause());
-            assertTrue(e.getCause().getMessage().startsWith("The OUT message 
was not received within"));
         }
 
         mock.assertIsSatisfied();

Reply via email to