This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 332d27b  added assumption that we have an interface to work with at all
332d27b is described below

commit 332d27b997235d6e763e42c4c4be1a17327aa9a6
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu Feb 22 13:54:58 2018 +0100

    added assumption that we have an interface to work with at all
---
 .../test/java/org/apache/plc4x/java/utils/rawsockets/RawSocketTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/plc4j/utils/raw-sockets/src/test/java/org/apache/plc4x/java/utils/rawsockets/RawSocketTest.java
 
b/plc4j/utils/raw-sockets/src/test/java/org/apache/plc4x/java/utils/rawsockets/RawSocketTest.java
index c4ef75d..bdee6ca 100644
--- 
a/plc4j/utils/raw-sockets/src/test/java/org/apache/plc4x/java/utils/rawsockets/RawSocketTest.java
+++ 
b/plc4j/utils/raw-sockets/src/test/java/org/apache/plc4x/java/utils/rawsockets/RawSocketTest.java
@@ -66,6 +66,8 @@ public class RawSocketTest {
                 }
             }
         }
+        // On travis we won't have any interface at all so we don't need to 
run there
+        assumeThat(rawSocket, notNullValue());
 
         // Simple ICMP (Ping packet)
         byte[] rawData = new byte[]{

-- 
To stop receiving notification emails like this one, please contact
sru...@apache.org.

Reply via email to