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 15:36:06 UTC

[incubator-plc4x] branch develop updated: Fixed the build 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 967b6ca  Fixed the build again ...
967b6ca is described below

commit 967b6cab13fcbda25d0a2f6afa75987ece70626e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Dec 10 16:36:03 2018 +0100

    Fixed the build again ...
---
 .../java/org/apache/plc4x/java/s7/connection/S7PlcConnectionIT.java    | 3 ---
 1 file changed, 3 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..8d07a4a 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 {
 
@@ -127,8 +126,6 @@ public class S7PlcConnectionIT {
         assertThat(response, notNullValue());
 
         SUT.close();
-
-        fail("Intentionally failing this test in order to test the email notifications");
     }
 
 }