From 0e93c1dcbe79568dfb3a8487dff843a2286d71f8 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;