提交 e0635fc7 编写于 作者: T Tijs Rademakers

initialize services always

上级 1edb50a0
......@@ -108,9 +108,7 @@ public abstract class AbstractFlowableTestCase extends AbstractTestCase {
@Override
public void runBare() throws Throwable {
initializeProcessEngine();
if (repositoryService == null) {
initializeServices();
}
initializeServices();
try {
......
......@@ -44,7 +44,7 @@ public abstract class PluggableFlowableTestCase extends AbstractFlowableTestCase
protected void initializeProcessEngine() {
if (cachedProcessEngine == null) {
pluggableActivitiTestCaseLogger.error("!!!!!!!!!!!!!!!!!!sddasdsdasadsadsa");
pluggableActivitiTestCaseLogger.info("No cached process engine found for test. Retrieving the default engine.");
ProcessEngines.destroy(); // Just to be sure we're not getting any previously cached version
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册