mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removing blank lines and adding the apim.handler component to the test-coverage.
This commit is contained in:
parent
ca4e22117a
commit
fec6d9a364
@ -94,6 +94,4 @@ public class IOTServerConfigurationTest extends BaseAPIHandlerTest {
|
||||
Assert.assertEquals(serverConfiguration.getApis().size(), 1);
|
||||
Assert.assertEquals(serverConfiguration.getApis().get(0).getContextPath(), "/services");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -186,6 +186,9 @@
|
||||
<fileset dir="${identity.jwt.extension}/${target}/${coverge-report}">
|
||||
<include name="${individual.test.report.name}" />
|
||||
</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 -->
|
||||
</executiondata>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user