Removing blank lines and adding the apim.handler component to the test-coverage.

This commit is contained in:
sinthuja 2017-10-11 23:02:25 +05:30
parent ca4e22117a
commit fec6d9a364
2 changed files with 3 additions and 2 deletions

View File

@ -94,6 +94,4 @@ public class IOTServerConfigurationTest extends BaseAPIHandlerTest {
Assert.assertEquals(serverConfiguration.getApis().size(), 1); Assert.assertEquals(serverConfiguration.getApis().size(), 1);
Assert.assertEquals(serverConfiguration.getApis().get(0).getContextPath(), "/services"); Assert.assertEquals(serverConfiguration.getApis().get(0).getContextPath(), "/services");
} }
} }

View File

@ -186,6 +186,9 @@
<fileset dir="${identity.jwt.extension}/${target}/${coverge-report}"> <fileset dir="${identity.jwt.extension}/${target}/${coverge-report}">
<include name="${individual.test.report.name}" /> <include name="${individual.test.report.name}" />
</fileset> </fileset>
<fileset dir="${api.extension.handlers}/${target}/${coverge-report}">
<include name="${individual.test.report.name}" />
</fileset>
<!-- Need to list the newly added exec files here --> <!-- Need to list the newly added exec files here -->
</executiondata> </executiondata>