mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
added @Autowired WorkflowService workflow;
This commit is contained in:
@@ -2,6 +2,7 @@ package org.alfresco.rest;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
import org.alfresco.dataprep.WorkflowService;
|
||||
import org.alfresco.rest.core.RestProperties;
|
||||
import org.alfresco.rest.core.RestWrapper;
|
||||
import org.alfresco.utility.LogFactory;
|
||||
@@ -53,6 +54,8 @@ public abstract class RestTest extends AbstractTestNGSpringContextTests
|
||||
|
||||
@Autowired
|
||||
protected DataDiscussion dataDiscussion;
|
||||
@Autowired
|
||||
protected WorkflowService workflow;
|
||||
|
||||
@BeforeClass(alwaysRun = true)
|
||||
public void checkServerHealth() throws Exception
|
||||
|
||||
Reference in New Issue
Block a user