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

This commit is contained in:
cagache
2019-04-10 17:47:48 +03:00
parent ab27a2581c
commit 6a54f42ea6

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;