You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/12/10 13:11:34 UTC

[incubator-plc4x] branch develop updated: PLC4X-78 - Write operations seem to fail - Made it stable again

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


The following commit(s) were added to refs/heads/develop by this push:
     new 5d8237c  PLC4X-78 - Write operations seem to fail - Made it stable again
5d8237c is described below

commit 5d8237c55243a6302346c33dc5e12a2339d03e8a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Dec 10 14:11:31 2018 +0100

    PLC4X-78 - Write operations seem to fail
    - Made it stable again
---
 .../java/org/apache/plc4x/java/s7/connection/S7PlcConnectionIT.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/connection/S7PlcConnectionIT.java b/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/connection/S7PlcConnectionIT.java
index 7109edb..45b105b 100644
--- a/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/connection/S7PlcConnectionIT.java
+++ b/plc4j/drivers/s7/src/test/java/org/apache/plc4x/java/s7/connection/S7PlcConnectionIT.java
@@ -34,7 +34,6 @@ import java.util.concurrent.TimeUnit;
 import static org.hamcrest.core.IsEqual.equalTo;
 import static org.hamcrest.core.IsNull.notNullValue;
 import static org.junit.Assert.assertThat;
-import static org.junit.Assert.fail;
 
 public class S7PlcConnectionIT {
 
@@ -128,7 +127,7 @@ public class S7PlcConnectionIT {
 
         SUT.close();
 
-        fail("Intentionally failing this test in order to test the email notifications");
+        //fail("Intentionally failing this test in order to test the email notifications");
     }
 
 }