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

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

commit 316fdbd67e6059518329c436aaf1c7ba4f9d9d20
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Thu Jan 17 12:57:17 2019 +0100

    - Replaced the hostname we expect not to exist with one a little more 
obvious.
---
 .../src/test/java/org/apache/plc4x/java/modbus/ModbusPlcDriverTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plc4j/drivers/modbus/src/test/java/org/apache/plc4x/java/modbus/ModbusPlcDriverTest.java
 
b/plc4j/drivers/modbus/src/test/java/org/apache/plc4x/java/modbus/ModbusPlcDriverTest.java
index 39364a5..d2bea5e 100644
--- 
a/plc4j/drivers/modbus/src/test/java/org/apache/plc4x/java/modbus/ModbusPlcDriverTest.java
+++ 
b/plc4j/drivers/modbus/src/test/java/org/apache/plc4x/java/modbus/ModbusPlcDriverTest.java
@@ -96,7 +96,7 @@ public class ModbusPlcDriverTest {
 
     @Test(expected = PlcConnectionException.class)
     public void getConnectionUnknownHost() throws Exception {
-        new PlcDriverManager().getConnection("modbus:tcp://nowhere:8080");
+        new 
PlcDriverManager().getConnection("modbus:tcp://IHopeThisHostDoesntExistAAAAAAAAhhhhhhh:8080");
     }
 
     @Test(expected = PlcConnectionException.class)

Reply via email to