diff options
author | George, Lina (lg941u) <lg941u@att.com> | 2018-01-09 13:46:51 -0500 |
---|---|---|
committer | Skip Wonnell <skip@att.com> | 2018-01-09 19:10:59 +0000 |
commit | db1cca1d26714021a069b2aedeaf83d7325d7493 (patch) | |
tree | fa509abff9e1c29e64a648a0eb11d9afbebccc93 /appc-config/appc-config-audit/provider/src/test/java | |
parent | 531ba500e19e30b7d4ff0ee8c585f407f6ee295a (diff) |
Updates to config audit bundle
Issue-ID: APPC-381
Change-Id: I822df3e4352964bfd14e5b1a81a6e0739d409c5c
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
Diffstat (limited to 'appc-config/appc-config-audit/provider/src/test/java')
-rw-r--r-- | appc-config/appc-config-audit/provider/src/test/java/org/onap/sdnc/config/audit/node/TestCompareNodeXml.java | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/appc-config/appc-config-audit/provider/src/test/java/org/onap/sdnc/config/audit/node/TestCompareNodeXml.java b/appc-config/appc-config-audit/provider/src/test/java/org/onap/sdnc/config/audit/node/TestCompareNodeXml.java index c2c702ebe..df4be95ac 100644 --- a/appc-config/appc-config-audit/provider/src/test/java/org/onap/sdnc/config/audit/node/TestCompareNodeXml.java +++ b/appc-config/appc-config-audit/provider/src/test/java/org/onap/sdnc/config/audit/node/TestCompareNodeXml.java @@ -43,13 +43,8 @@ public class TestCompareNodeXml { SvcLogicContext ctx = new SvcLogicContext(); HashMap<String, String> testMap = new HashMap<String, String>(); CompareNode cmp = new CompareNode(); - String s = "<configuration xmlns=" + "\"http://xml.juniper.net/xnm/1.1/xnm\"" + " junos:commit-seconds=" - + "\"1473957536\" " + "junos:commit-localtime=" + "\"2016-09-15 16:38:56 UTC\" " + "junos:commit-user=" - + "\"root\"" + "><name>Test</name></configuration>"; - - String t = "<configuration xmlns=" + "\"http://xml.juniper.net/xnm/1.1/xnm\"" + " junos:commit-seconds=" - + "\"1473957536\" " + "junos:commit-localtime=" + "\"2016-09-15 16:38:56 UTC\" " + "junos:commit-user=" - + "\"root\"" + "><name>Test</name></configuration>"; + String s = "<configuration xmlns=\"http://xml.juniper.net/xnm/1.1/xnm\" junos:commit-seconds=\"1502141521\" junos:commit-localtime=\"2017-08-07 21:32:03 UTC\" junos:commit-user=\"root\"> </configuration>"; + String t = "<configuration xmlns=\"http://xml.juniper.net/xnm/1.1/xnm\" junos:commit-localtime=\"2017-08-07 21:12:03 UTC\" junos:commit-seconds=\"15021523\" junos:commit-user=\"root\"> </configuration>"; testMap.put("compareDataType", "RESTCONF-XML"); testMap.put("requestIdentifier", "123"); testMap.put("sourceData", s); |