From 6a54f42ea6c1f53d999e1de5e887e67dd336832c Mon Sep 17 00:00:00 2001 From: cagache Date: Wed, 10 Apr 2019 17:47:48 +0300 Subject: [PATCH] Renamed files to end with Test or Tests to get rid of java.lang.ClassNotFoundException --- .../search/{ShareLiveSearch.java => ShareLiveSearchTests.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/search/{ShareLiveSearch.java => ShareLiveSearchTests.java} (97%) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearch.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearchTests.java similarity index 97% rename from rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearch.java rename to rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearchTests.java index af396539f7..5a0f1dfa2e 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearch.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/ShareLiveSearchTests.java @@ -38,7 +38,7 @@ import org.alfresco.test.AlfrescoTest; import org.springframework.beans.factory.annotation.Autowired; import org.testng.annotations.Test; -public class ShareLiveSearch extends BaseRMRestTest +public class ShareLiveSearchTests extends BaseRMRestTest { @Autowired SearchAPI searchApi;