Renamed test classes to end with Test or Tests

(cherry picked from commit 1047fd46a2)
This commit is contained in:
cagache
2019-04-12 14:32:52 +03:00
committed by Claudia Agache
parent 541c41dec4
commit b32d96ff49

View File

@@ -48,7 +48,7 @@ import org.testng.annotations.Test;
* @since 2.7 * @since 2.7
*/ */
@AlfrescoTest (jira = "RM-5234") @AlfrescoTest (jira = "RM-5234")
public class AuditLoginEvents extends BaseRMRestTest public class AuditLoginEventsTests extends BaseRMRestTest
{ {
@Autowired @Autowired
private RMAuditAPI rmAuditAPI; private RMAuditAPI rmAuditAPI;