From fec6d9a36416d03d74f65dcb75013dbb8faaec9e Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 11 Oct 2017 23:02:25 +0530 Subject: [PATCH] Removing blank lines and adding the apim.handler component to the test-coverage. --- .../carbon/apimgt/handlers/IOTServerConfigurationTest.java | 2 -- components/test-coverage/pom.xml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/apimgt-extensions/org.wso2.carbon.apimgt.handlers/src/test/java/org/wso2/carbon/apimgt/handlers/IOTServerConfigurationTest.java b/components/apimgt-extensions/org.wso2.carbon.apimgt.handlers/src/test/java/org/wso2/carbon/apimgt/handlers/IOTServerConfigurationTest.java index 48a4217cf8..84ebc86365 100644 --- a/components/apimgt-extensions/org.wso2.carbon.apimgt.handlers/src/test/java/org/wso2/carbon/apimgt/handlers/IOTServerConfigurationTest.java +++ b/components/apimgt-extensions/org.wso2.carbon.apimgt.handlers/src/test/java/org/wso2/carbon/apimgt/handlers/IOTServerConfigurationTest.java @@ -94,6 +94,4 @@ public class IOTServerConfigurationTest extends BaseAPIHandlerTest { Assert.assertEquals(serverConfiguration.getApis().size(), 1); Assert.assertEquals(serverConfiguration.getApis().get(0).getContextPath(), "/services"); } - - } diff --git a/components/test-coverage/pom.xml b/components/test-coverage/pom.xml index f49a18092b..ac95dfccfc 100644 --- a/components/test-coverage/pom.xml +++ b/components/test-coverage/pom.xml @@ -186,6 +186,9 @@ + + +