From b67a8878a9809f9c7ca981d0ab3f6b89a6032ec2 Mon Sep 17 00:00:00 2001 From: Silviu Dinuta Date: Wed, 9 Nov 2016 16:52:17 +0200 Subject: [PATCH] RM-4326: renamed rm site type unit test class --- .../type/{RmSyteTypeUnitTest.java => RmSiteTypeUnitTest.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/{RmSyteTypeUnitTest.java => RmSiteTypeUnitTest.java} (99%) diff --git a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSyteTypeUnitTest.java b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSiteTypeUnitTest.java similarity index 99% rename from rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSyteTypeUnitTest.java rename to rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSiteTypeUnitTest.java index 9138d3a722..ff65223fd8 100644 --- a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSyteTypeUnitTest.java +++ b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/model/rma/type/RmSiteTypeUnitTest.java @@ -52,13 +52,13 @@ import org.mockito.MockitoAnnotations; import com.google.common.collect.Sets; /** - * Unit test for RmSyteType + * Unit test for RmSiteType * * @author Silviu Dinuta * @since 2.6 * */ -public class RmSyteTypeUnitTest extends BaseUnitTest +public class RmSiteTypeUnitTest extends BaseUnitTest { @Mock private AuthenticationUtil mockAuthenticationUtil;