]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.spring/src/org/argeo/slc/spring/unit/AbstractSpringTestCase.java
Prepare next development cacle
[gpl/argeo-slc.git] / legacy / org.argeo.slc.spring / src / org / argeo / slc / spring / unit / AbstractSpringTestCase.java
index ec532eb133464fc2bd5cdaf7b511ee472ee70db2..aab6139033f203a8db2d0f18f98c4ddcc1e81d34 100644 (file)
@@ -2,8 +2,7 @@ package org.argeo.slc.spring.unit;
 
 import java.util.Map;
 
-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 junit.framework.TestCase;
 
 /** Helper for tests using a Spring application co,text. */
 public abstract class AbstractSpringTestCase extends TestCase {
-       protected final Log log = LogFactory.getLog(getClass());
+       protected final CmsLog log = CmsLog.getLog(getClass());
        private ConfigurableApplicationContext context;
 
        /**