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:
Tuna Aksoy
2012-11-29 17:14:14 +00:00
parent 260c2aec4b
commit b65d0e0d31
2 changed files with 30 additions and 30 deletions

View File

@@ -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'

View File

@@ -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;