]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.spring/ext/test/org/argeo/slc/core/execution/tasks/SystemCallTest.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / org.argeo.slc.spring / ext / test / org / argeo / slc / core / execution / tasks / SystemCallTest.java
index b007b9a54dc8924d4768a861bae4db63a581fd0e..19fb1efa8d031aad56ed21ae78a029c016a76fb7 100644 (file)
@@ -1,11 +1,10 @@
 package org.argeo.slc.core.execution.tasks;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.slc.core.execution.AbstractExecutionFlowTestCase;
 
 public class SystemCallTest extends AbstractExecutionFlowTestCase {
-       private final static Log log = LogFactory.getLog(SystemCallTest.class);
+       private final static CmsLog log = CmsLog.getLog(SystemCallTest.class);
 
        private final String defFile = "systemCall.xml";