Renamed files to end with Test or Tests to get rid of java.lang.ClassNotFoundException

(cherry picked from commit 3310d3805a)
This commit is contained in:
cagache
2019-04-10 17:47:48 +03:00
committed by Claudia Agache
parent 392f70be18
commit 413d0b1cbd

View File

@@ -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;