X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=legacy%2Forg.argeo.slc.spring%2Fext%2Ftest%2Forg%2Fargeo%2Fslc%2Fcore%2Fexecution%2FAbstractExecutionFlowTestCase.java;h=10478378024141366de92fa351165e69afd8a9c5;hb=fbde11e8a342318876a4744c4676d3618bdf8583;hp=3a5e8a75b51fd94c9c5224372386bb015a977965;hpb=69a25048f4a4e78a00e1a8a60455e83e00e06dcc;p=gpl%2Fargeo-slc.git diff --git a/legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/execution/AbstractExecutionFlowTestCase.java b/legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/execution/AbstractExecutionFlowTestCase.java index 3a5e8a75b..104783780 100644 --- a/legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/execution/AbstractExecutionFlowTestCase.java +++ b/legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/execution/AbstractExecutionFlowTestCase.java @@ -2,8 +2,7 @@ package org.argeo.slc.core.execution; import junit.framework.TestCase; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; +import org.argeo.api.cms.CmsLog; import org.argeo.slc.execution.ExecutionContext; import org.argeo.slc.execution.ExecutionFlow; import org.argeo.slc.runtime.test.SimpleTestResult; @@ -14,7 +13,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; public abstract class AbstractExecutionFlowTestCase extends TestCase { - protected final Log log = LogFactory.getLog(getClass()); + protected final CmsLog log = CmsLog.getLog(getClass()); protected void logException(Throwable ex) { log.info("Got Exception of class " + ex.getClass().toString()