summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/src/test/java/org
diff options
context:
space:
mode:
authorMuni Mohan Kunchi <munmohan@att.com>2020-09-17 18:37:26 -0400
committerMuni Mohan Kunchi <munmohan@att.com>2020-09-22 13:55:37 -0400
commit54c5ed82662ef681375675e58abc8058e3203466 (patch)
tree729dfbcf0da5cf277ed780a4eea021dee2bbd83d /ecomp-portal-BE-common/src/test/java/org
parentce34d843f7e16ecddc839ee9976b4652bfdde571 (diff)
pushing error and audit log changes for portal
Issue-ID: PORTAL-1011 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I3f3b32b2d418330604db05c2bf16193e03f07f66
Diffstat (limited to 'ecomp-portal-BE-common/src/test/java/org')
-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() {