Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b7146df3 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Change SML test classes to end with test

parent 52645844
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ package eu.europa.ec.edelivery.smp.sml;
ConversionTestConfig.class, PropertiesSingleDomainTestConfig.class})
@TestPropertySource(properties = {
"bdmsl.integration.enabled=true"})
public class SmlConnectorDomainIntegrationTest {
public class SmlConnectorDomainTest {
@Rule
public ExpectedException expectedExeption = ExpectedException.none();
......
......@@ -49,7 +49,7 @@ import static org.mockito.Mockito.verify;
ConversionTestConfig.class, PropertiesSingleDomainTestConfig.class})
@TestPropertySource(properties = {
"bdmsl.integration.enabled=true"})
public class SmlConnectorParticipantIntegrationTest {
public class SmlConnectorParticipantTest {
@Rule
public ExpectedException expectedException = ExpectedException.none();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment