mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Change the name of the test class for custom email mapping service
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@44173 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -78,7 +78,7 @@ test {
|
||||
include '**/JSONConversionComponentTest.class'
|
||||
|
||||
include '**/RecordsManagementServiceImplTest.class'
|
||||
include '**/CustomEMailMappingServiceServiceImplTest.class'
|
||||
include '**/CustomEMailMappingServiceImplTest.class'
|
||||
include '**/DispositionServiceImplTest.class'
|
||||
include '**/RecordsManagementActionServiceImplTest.class'
|
||||
include '**/RecordsManagementAdminServiceImplTest.class'
|
||||
|
@@ -30,7 +30,7 @@ import org.alfresco.module.org_alfresco_module_rm.test.util.BaseRMTestCase;
|
||||
* @author Roy Wetherall
|
||||
* @since 2.0
|
||||
*/
|
||||
public class CustomEMailMappingServiceServiceImplTest extends BaseRMTestCase
|
||||
public class CustomEMailMappingServiceImplTest extends BaseRMTestCase
|
||||
{
|
||||
private CustomEmailMappingService eMailMappingService;
|
||||
|
Reference in New Issue
Block a user