]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/test/context/AbstractInternalSpringTestCase.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / org.argeo.slc.spring / ext / test / org / argeo / slc / core / test / context / AbstractInternalSpringTestCase.java
index 507bb41bf1857d61d0f2d4031befc4d5cf71e0be..2068dc9a585dc01c7439f88629947f85d1d11938 100644 (file)
@@ -4,8 +4,7 @@ import java.util.Map;
 
 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.SlcException;
 import org.springframework.beans.factory.BeanFactoryUtils;
 import org.springframework.beans.factory.ListableBeanFactory;
@@ -14,7 +13,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
 
 /** Helper for tests using a Spring application context. */
 public abstract class AbstractInternalSpringTestCase extends TestCase {
-       protected final Log log = LogFactory.getLog(getClass());
+       protected final CmsLog log = CmsLog.getLog(getClass());
        private ConfigurableApplicationContext context;
 
        /**