From dd65bb9d1a5359e9a13e24338bf5cf52283edc73 Mon Sep 17 00:00:00 2001 From: Sandeep J Date: Fri, 17 Aug 2018 16:06:00 +0530 Subject: added test xml data to xml_data.xml the code coverage for isXML method in CheckDataTool.java in appc-config-generator was failing because there was no data in xml_data.xml. So, added some test data. Now the coverage is happening properly. Issue-ID: APPC-1086 Change-Id: Iab203d502b145a83e7479dfaabfe8474ec629d90 Signed-off-by: Sandeep J --- .../provider/src/test/resources/pattern/xml_data.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'appc-config/appc-config-generator/provider/src') diff --git a/appc-config/appc-config-generator/provider/src/test/resources/pattern/xml_data.xml b/appc-config/appc-config-generator/provider/src/test/resources/pattern/xml_data.xml index 79ecfe661..b1c4e6080 100644 --- a/appc-config/appc-config-generator/provider/src/test/resources/pattern/xml_data.xml +++ b/appc-config/appc-config-generator/provider/src/test/resources/pattern/xml_data.xml @@ -6,6 +6,8 @@ ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= + Modifications Copyright (C) 2018 IBM. + ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -20,3 +22,7 @@ ============LICENSE_END========================================================= --> + + + \ No newline at end of file -- cgit 1.2.3-korg