Corret the Field Name when Parsing Msg
[holmes/dsa.git] / dmaap-dsa / src / test / java / org / onap / holmes / dsa / dmaappolling / DMaaPResponseUtilTest.java
index 557a1e7..6737868 100644 (file)
@@ -51,12 +51,12 @@ public class DMaaPResponseUtilTest {
                 + "\"eventId\":\"112355255-24345\","
                 + "\"eventName\":\"4333454333\","
                 + "\"eventType\":\"remote\","
-                + "\"lastEpochMicfrosec\":333434333,"
+                + "\"lastEpochMicrosec\":333434333,"
                 + "\"nfcNamingCode\":\"567422\","
                 + "\"nfNamingCode\":\"qweertrr\","
                 + "\"priority\":\"High\","
                 + "\"reportingEntityId\":\"99888888888\","
-                + "\"reprotingEntityName\":\"tianshisdlsdjf\","
+                + "\"reportingEntityName\":\"tianshisdlsdjf\","
                 + "\"sequence\":34566,"
                 + "\"sourceId\":\"3345556444\","
                 + "\"sourceName\":\"nihoahh\","
@@ -173,9 +173,9 @@ public class DMaaPResponseUtilTest {
                 + "\"eventId\":\"112355255-24345\","
                 + "\"eventName\":\"4333454333\","
                 + "\"eventType\":\"remote\","
-                + "\"lastEpochMicfrosec\":333434333,"
+                + "\"lastEpochMicrosec\":333434333,"
                 + "\"priority\":\"High\","
-                + "\"reprotingEntityName\":\"tianshisdlsdjf\","
+                + "\"reportingEntityName\":\"tianshisdlsdjf\","
                 + "\"sequence\":34566,"
                 + "\"sourceName\":\"nihoahh\","
                 + "\"startEpochMicrosec\":54545454,"
@@ -258,9 +258,9 @@ public class DMaaPResponseUtilTest {
                 + "\"eventId\":\"112355255-24345\","
                 + "\"eventName\":\"4333454333\","
                 + "\"eventType\":\"remote\","
-                + "\"lastEpochMicfrosec\":333434333,"
+                + "\"lastEpochMicrosec\":333434333,"
                 + "\"priority\":\"High\","
-                + "\"reprotingEntityName\":\"tianshisdlsdjf\","
+                + "\"reportingEntityName\":\"tianshisdlsdjf\","
                 + "\"sequence\":34566,"
                 + "\"sourceName\":\"nihoahh\","
                 + "\"startEpochMicrosec\":54545454,"