CAMEL-10303 - update MllpTcpServerConsumerConnectionTest to fix potential 
platform issues


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

Branch: refs/heads/master
Commit: 53074f513d730671bce0003dcb768568c83b3cec
Parents: 6271511
Author: Quinn Stevenson <qu...@pronoia-solutions.com>
Authored: Wed Sep 14 08:09:14 2016 -0600
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Sep 15 09:23:23 2016 +0200

----------------------------------------------------------------------
 .../camel/component/mllp/MllpTcpServerConsumerConnectionTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/53074f51/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerConnectionTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerConnectionTest.java
 
b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerConnectionTest.java
index 58b7d01..ce89b40 100644
--- 
a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerConnectionTest.java
+++ 
b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerConnectionTest.java
@@ -125,7 +125,6 @@ public class MllpTcpServerConsumerConnectionTest extends 
CamelTestSupport {
         } catch (MllpJUnitResourceException ex) {
             Throwable cause = ex.getCause();
             assertIsInstanceOf(SocketException.class, cause);
-            assertEquals("Broken pipe", cause.getMessage());
         }
 
         assertMockEndpointsSatisfied(15, TimeUnit.SECONDS);

Reply via email to