summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java')
-rw-r--r--ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java b/ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java
index e4ec5e0f..ce4f05f2 100644
--- a/ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java
+++ b/ecomp-portal-BE-common/src/test/java/org/onap/portalapp/portal/logging/logic/EPLogUtilTest.java
@@ -56,19 +56,19 @@ public class EPLogUtilTest {
private EELFLoggerDelegate logger = EELFLoggerDelegate.getLogger(EPLogUtilTest.class);
- @Test
- public void testLogEcompError() {
-
-
- EPAppMessagesEnum epAppMessagesEnum= EPAppMessagesEnum.BeHealthCheckRecovery;
- AlarmSeverityEnum alarmSeverityEnum=AlarmSeverityEnum.INFORMATIONAL;
- epAppMessagesEnum.setAlarmSeverity(alarmSeverityEnum);
- epAppMessagesEnum.setErrorSeverity(ErrorSeverityEnum.INFO);
-
- EPLogUtil.logEcompError( epAppMessagesEnum,"testError");
-
-
- }
+// @Test
+// public void testLogEcompError() {
+//
+//
+// EPAppMessagesEnum epAppMessagesEnum= EPAppMessagesEnum.BeHealthCheckRecovery;
+// AlarmSeverityEnum alarmSeverityEnum=AlarmSeverityEnum.INFORMATIONAL;
+// epAppMessagesEnum.setAlarmSeverity(alarmSeverityEnum);
+// epAppMessagesEnum.setErrorSeverity(ErrorSeverityEnum.INFO);
+//
+//// EPLogUtil.logEcompError( epAppMessagesEnum,"testError");
+//
+//
+// }
@Test
public void testLogEcompErrorWithDelegate() {