From d67a4dbff408ebf73a25158c85169fb7165e357e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 27 Sep 2018 22:42:56 +0100 Subject: Unit test for core deployment This module was not covered by unit test. Issue-ID: POLICY-1034 Change-Id: I700d43c0bde58c2b236f46994f380e20116418d9 Signed-off-by: liamfallon --- .../onap/policy/apex/core/infrastructure/messaging/StringTestServer.java | 1 - 1 file changed, 1 deletion(-) (limited to 'core/core-infrastructure') diff --git a/core/core-infrastructure/src/test/java/org/onap/policy/apex/core/infrastructure/messaging/StringTestServer.java b/core/core-infrastructure/src/test/java/org/onap/policy/apex/core/infrastructure/messaging/StringTestServer.java index 30590c0c0..c0d66b2d8 100644 --- a/core/core-infrastructure/src/test/java/org/onap/policy/apex/core/infrastructure/messaging/StringTestServer.java +++ b/core/core-infrastructure/src/test/java/org/onap/policy/apex/core/infrastructure/messaging/StringTestServer.java @@ -26,7 +26,6 @@ import org.onap.policy.apex.core.infrastructure.messaging.stringmessaging.WsStri import org.onap.policy.apex.core.infrastructure.messaging.stringmessaging.WsStringMessageServer; import org.onap.policy.apex.core.infrastructure.threading.ThreadUtilities; -// TODO: Auto-generated Javadoc /** * The Class StringTestServer. */ -- cgit 1.2.3-korg