]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.example/src/test/java/org/argeo/slc/example/ExecutionTest.java
Introduce runtime selection
[gpl/argeo-slc.git] / org.argeo.slc.example / src / test / java / org / argeo / slc / example / ExecutionTest.java
index 94a2888e61da6ac6f63187b868e8238b52a2472f..4f5588e2ef807dafbe8105237e6ddf419d34919f 100644 (file)
@@ -7,7 +7,8 @@ import junit.framework.TestCase;
 public class ExecutionTest extends TestCase {
        public void testSimpleRun() {
                String[] args = { "--mode", "single", "--script",
-                               "exampleSlcAppli/root/Category1/SubCategory2/build.xml" };
+                               "exampleSlcAppli/root/Category1/SubCategory2/build.xml",
+                               "--runtime", "default" };
                SlcMain.main(args);
        }
 }