Add logger implementation to netconf-impl test scope
[netconf.git] / netconf / netconf-impl / src / test / java / org / opendaylight / netconf / impl / ConcurrentClientsTest.java
index 420a8f5d59ec0a6eca3dd299f737cd22ac44af25..089fd7875108ae5fc6e3a62845680d670c0825ce 100644 (file)
@@ -210,7 +210,7 @@ public class ConcurrentClientsTest {
                 throw new IllegalStateException(e);
             } catch (ExecutionException e) {
                 LOG.error("Thread for testing client failed", e);
-                fail("Client failed: " + e.getMessage());
+                throw e;
             }
         }