From b32d96ff495e617109799d3a0d4f79c60c8fa84a Mon Sep 17 00:00:00 2001 From: cagache Date: Fri, 12 Apr 2019 14:32:52 +0300 Subject: [PATCH] Renamed test classes to end with Test or Tests (cherry picked from commit 1047fd46a2362c6b6c4ddfa83a863c10ccd619ed) --- .../audit/{AuditLoginEvents.java => AuditLoginEventsTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/{AuditLoginEvents.java => AuditLoginEventsTests.java} (98%) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEvents.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java similarity index 98% rename from rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEvents.java rename to rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java index 462d3dc235..f82ef396f6 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEvents.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/audit/AuditLoginEventsTests.java @@ -48,7 +48,7 @@ import org.testng.annotations.Test; * @since 2.7 */ @AlfrescoTest (jira = "RM-5234") -public class AuditLoginEvents extends BaseRMRestTest +public class AuditLoginEventsTests extends BaseRMRestTest { @Autowired private RMAuditAPI rmAuditAPI;