]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.ant/src/main/java/org/argeo/slc/ant/unit/AntSlcApplicationTestCase.java
Split org.argeo.slc.agent
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.ant / src / main / java / org / argeo / slc / ant / unit / AntSlcApplicationTestCase.java
index 7b28123c405099e5969d89bde486ce2984af08ec..b7f5a0cd6ce0a09ad0f47efaa13e9260714711a6 100644 (file)
@@ -3,7 +3,7 @@ package org.argeo.slc.ant.unit;
 import junit.framework.TestCase;
 
 import org.argeo.slc.ant.AntExecutionContext;
-import org.argeo.slc.cli.DefaultSlcRuntime;
+import org.argeo.slc.ant.AntSlcRuntime;
 import org.argeo.slc.runtime.SlcExecutionOutput;
 
 public abstract class AntSlcApplicationTestCase extends TestCase implements
@@ -27,7 +27,7 @@ public abstract class AntSlcApplicationTestCase extends TestCase implements
        }
 
        protected void execute(String relativeScript, String targets) {
-               new DefaultSlcRuntime().executeScript(
+               new AntSlcRuntime().executeScript(
                                getAbsoluteScript(relativeScript), targets, this);
        }